Searched hist:b9a861fd527ab123e76effb492b4eb7e8115d4ca (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/udf/ |
H A D | file.c | diff b9a861fd527ab123e76effb492b4eb7e8115d4ca Thu Jan 19 05:46:09 CST 2023 Jan Kara <jack@suse.cz> udf: Protect truncate and file type conversion with invalidate_lock
Protect truncate and file type conversion in udf_file_write_iter() with invalidate lock. That will allow us to serialize these paths with page faults so that the page fault can determine the file type in a racefree way.
Signed-off-by: Jan Kara <jack@suse.cz>
|
H A D | inode.c | diff b9a861fd527ab123e76effb492b4eb7e8115d4ca Thu Jan 19 05:46:09 CST 2023 Jan Kara <jack@suse.cz> udf: Protect truncate and file type conversion with invalidate_lock
Protect truncate and file type conversion in udf_file_write_iter() with invalidate lock. That will allow us to serialize these paths with page faults so that the page fault can determine the file type in a racefree way.
Signed-off-by: Jan Kara <jack@suse.cz>
|