summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
diff options
context:
space:
mode:
authorFilipe Manana <fdmanana@suse.com>2024-02-08 15:32:36 +0000
committerDavid Sterba <dsterba@suse.com>2024-03-04 16:24:49 +0100
commit8a46e55a6cbb0c795c4b5a31139c9f2a6eca6589 (patch)
tree2f6b90edf04415178ff575b5dc0d85e38ba9f737 /fs/btrfs/disk-io.c
parent5693a1286aa697fadf8fc8c7abef122ec90ee10c (diff)
btrfs: stop passing root argument to btrfs_add_delalloc_inodes()
There's no need to pass a root argument to btrfs_add_delalloc_inodes(), we can just pass the inode since the root is always the root associated to the inode in the context it's called. So remove it and have the single caller pass only the inode. Reviewed-by: Boris Burkov <boris@bur.io> 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>
Diffstat (limited to 'fs/btrfs/disk-io.c')
0 files changed, 0 insertions, 0 deletions