Files
linux_media/fs/udf
Jan Kara 49854d3ccc udf: Fix lost writes in udf_adinicb_writepage()
The patch converting udf_adinicb_writepage() to avoid manually kmapping
the page used memcpy_to_page() however that copies in the wrong
direction (effectively overwriting file data with the old contents).
What we should be using is memcpy_from_page() to copy data from the page
into the inode and then mark inode dirty to store the data.

Fixes: 5cfc45321a ("udf: Convert udf_adinicb_writepage() to memcpy_to_page()")
Signed-off-by: Jan Kara <jack@suse.cz>
2023-03-06 16:38:25 +01:00
..
2023-01-26 16:46:32 +01:00
2021-08-11 16:54:44 +02:00
2023-01-26 16:46:37 +01:00
2023-01-26 16:46:32 +01:00
2023-01-26 16:46:32 +01:00
2021-08-12 16:07:09 +02:00