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.

ufs: Drop pointless invalidate_mapping_buffers() call

UFS doesn't call mark_buffer_dirty_inode() and thus
invalidate_mapping_buffers() never has anything to drop. Remove the
pointless call.

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

authored by

Jan Kara and committed by
Christian Brauner
09a23f3a f9480ecf

-1
-1
fs/ufs/inode.c
··· 853 853 ufs_update_inode(inode, inode_needs_sync(inode)); 854 854 } 855 855 856 - invalidate_inode_buffers(inode); 857 856 clear_inode(inode); 858 857 859 858 if (want_delete)