btrfs: remove ignore_offset argument from btrfs_find_all_roots()
authorFilipe Manana <fdmanana@suse.com>
Thu, 22 Jul 2021 14:58:10 +0000 (15:58 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 23 Aug 2021 11:19:01 +0000 (13:19 +0200)
commitc7bcbb2120cb74ce8757e310e5ceea1f3a139597
treed2e5336bd3db5559bc0a40d2d76504382fb9ff52
parent2ac691d8b3b1dd300a48b1763fa3a1434863070b
btrfs: remove ignore_offset argument from btrfs_find_all_roots()

Currently all the callers of btrfs_find_all_roots() pass a value of false
for its ignore_offset argument. This makes the argument pointless and we
can remove it and make btrfs_find_all_roots() always pass false as the
ignore_offset argument for btrfs_find_all_roots_safe(). So just do that.

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/backref.c
fs/btrfs/backref.h
fs/btrfs/qgroup.c
fs/btrfs/tests/qgroup-tests.c