]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
exfat: Drop pointless invalidate_inode_buffers() call
authorJan Kara <jack@suse.cz>
Thu, 26 Mar 2026 09:54:01 +0000 (10:54 +0100)
committerChristian Brauner <brauner@kernel.org>
Thu, 26 Mar 2026 14:03:27 +0000 (15:03 +0100)
commit2cbfeb4c8a43783e697d51f70f6246bdb2fbe0a4
treed2d0652ad97be03ba98fe59580dbe5e34d2fb119
parent09a23f3a040100e77dedfe79ca046b991070f46b
exfat: Drop pointless invalidate_inode_buffers() call

EXFAT never calls mark_buffer_dirty_inode() and thus
invalidate_inode_buffers() never has anything to evict. Drop the
pointless call.

Signed-off-by: Jan Kara <jack@suse.cz>
Link: https://patch.msgid.link/20260326095354.16340-49-jack@suse.cz
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/exfat/inode.c