]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf6ae469b5bbfc6d65bcae1c9338378889fb523c5
treed2e5336bd3db5559bc0a40d2d76504382fb9ff52
parent444430946ac883f6c00dd21f5c668ddb9c19ebbc
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