Searched hist:c694e40ba231e854fcddd25cce46db3918fca291 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/udf/ |
H A D | udfdecl.h | diff c694e40ba231e854fcddd25cce46db3918fca291 Tue Jan 24 05:13:57 CST 2023 Jan Kara <jack@suse.cz> udf: Convert all file types to use udf_write_end()
Switching address_space_operations while a file is used is difficult to do in a race-free way. To be able to use single address_space_operations in UDF, create udf_write_end() function that is able to handle both normal and in-ICB files.
Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jan Kara <jack@suse.cz>
|
H A D | file.c | diff c694e40ba231e854fcddd25cce46db3918fca291 Tue Jan 24 05:13:57 CST 2023 Jan Kara <jack@suse.cz> udf: Convert all file types to use udf_write_end()
Switching address_space_operations while a file is used is difficult to do in a race-free way. To be able to use single address_space_operations in UDF, create udf_write_end() function that is able to handle both normal and in-ICB files.
Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jan Kara <jack@suse.cz>
|
H A D | inode.c | diff c694e40ba231e854fcddd25cce46db3918fca291 Tue Jan 24 05:13:57 CST 2023 Jan Kara <jack@suse.cz> udf: Convert all file types to use udf_write_end()
Switching address_space_operations while a file is used is difficult to do in a race-free way. To be able to use single address_space_operations in UDF, create udf_write_end() function that is able to handle both normal and in-ICB files.
Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jan Kara <jack@suse.cz>
|