diff options
author | Jan Kara <[email protected]> | 2023-05-24 12:44:53 +0200 |
---|---|---|
committer | Theodore Ts'o <[email protected]> | 2023-05-30 15:33:57 -0400 |
commit | 1077b2d53ef53629c14106aecf633bebd286c04c (patch) | |
tree | a20c02beedd015375d027b070959a4153bb64d2d /drivers/fpga/fpga-bridge.c | |
parent | aff3bea95388299eec63440389b4545c8041b357 (diff) |
ext4: fix fsync for non-directories
Commit e360c6ed7274 ("ext4: Drop special handling of journalled data
from ext4_sync_file()") simplified ext4_sync_file() by dropping special
handling of journalled data mode as it was not needed anymore. However
that branch was also used for directories and symlinks and since the
fastcommit code does not track metadata changes to non-regular files, the
change has caused e.g. fsync(2) on directories to not commit transaction
as it should. Fix the problem by adding handling for non-regular files.
Fixes: e360c6ed7274 ("ext4: Drop special handling of journalled data from ext4_sync_file()")
Reported-by: Eric Whitney <[email protected]>
Link: https://lore.kernel.org/all/ZFqO3xVnmhL7zv1x@debian-BULLSEYE-live-builder-AMD64
Signed-off-by: Jan Kara <[email protected]>
Tested-by: Eric Whitney <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Theodore Ts'o <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-bridge.c')
0 files changed, 0 insertions, 0 deletions