On Thu, Jul 22, 2021 at 03:58:10PM +0100, fdmanana@kernel.org wrote:
From: Filipe Manana <redacted>
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.
Signed-off-by: Filipe Manana <redacted>
Added to misc-next, thanks.