]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
btrfs: remove root argument from btrfs_del_dir_entries_in_log()
authorFilipe Manana <fdmanana@suse.com>
Wed, 19 Nov 2025 13:01:20 +0000 (13:01 +0000)
committerDavid Sterba <dsterba@suse.com>
Tue, 25 Nov 2025 00:53:32 +0000 (01:53 +0100)
commit1361f7d8da3eb5a63ce520754d3e8c2db5790e7c
tree8b59198b629d988780d430db7fc7d82288334a47
parent9c78fe4a85fd968e1202b6c8cd9306746039ce2b
btrfs: remove root argument from btrfs_del_dir_entries_in_log()

There's no need to pass the root as we can extract it from the directory
inode, so remove it.

Reviewed-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.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/inode.c
fs/btrfs/tree-log.c
fs/btrfs/tree-log.h