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

The root argument for btrfs_update_inode_fallback() 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/btrfs_inode.h
fs/btrfs/inode.c
fs/btrfs/transaction.c