]> git.ipfire.org Git - thirdparty/linux.git/commit
btrfs: remove redundant root argument from btrfs_delayed_update_inode()
authorFilipe Manana <fdmanana@suse.com>
Fri, 22 Sep 2023 10:37:24 +0000 (11:37 +0100)
committerDavid Sterba <dsterba@suse.com>
Thu, 12 Oct 2023 14:44:12 +0000 (16:44 +0200)
commit04bd8e941035cebcd7980363cc9291dd7da02128
tree8d08f5528be440dbf6c53592db4aa85c2724979d
parent07a274a8862dba86a270ced2a4c5ff3f7a01b66a
btrfs: remove redundant root argument from btrfs_delayed_update_inode()

The root argument for btrfs_delayed_update_inode() always matches the root
of the given inode, so remove the root argument and get it from the inode
argument.

Reviewed-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/delayed-inode.c
fs/btrfs/delayed-inode.h
fs/btrfs/inode.c