Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Jan Kara and committed by
Christian Brauner
2cbfeb4c 09a23f3a

-1
-1
fs/exfat/inode.c
··· 695 695 mutex_unlock(&EXFAT_SB(inode->i_sb)->s_lock); 696 696 } 697 697 698 - invalidate_inode_buffers(inode); 699 698 clear_inode(inode); 700 699 exfat_cache_inval_inode(inode); 701 700 exfat_unhash_inode(inode);