btrfs: reduce arguments of helpers space accounting root item
authorDavid Sterba <dsterba@suse.com>
Thu, 7 Sep 2023 23:09:33 +0000 (01:09 +0200)
committerDavid Sterba <dsterba@suse.com>
Thu, 12 Oct 2023 14:44:04 +0000 (16:44 +0200)
commit02cd00fa78453a71d6c71d641e1a83a0ef9e375f
treea8ee1775619df92c29484f0c816382fae39d6392
parent007dec8c7edd22cdca3968d0000b318a245e43b7
btrfs: reduce arguments of helpers space accounting root item

There are two helpers to increase used bytes of root items that add or
subtract one node size, we don't need to pass the argument for that.
Rename the function so it matches the root item member that gets
changed.

Reviewed-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/ctree.c