btrfs: relocation: return bool from btrfs_should_ignore_reloc_root
authorDavid Sterba <dsterba@suse.com>
Fri, 22 Sep 2023 11:07:25 +0000 (13:07 +0200)
committerDavid Sterba <dsterba@suse.com>
Thu, 12 Oct 2023 14:44:13 +0000 (16:44 +0200)
commit32f2abca380fedc60f7a8d3288e4c9586672e207
treecd5fb50fe6b0e5cf9c4f03aed968f9cdc9831c84
parentc71d3c698cb53f9deff82ac71ba576c571fe8c8f
btrfs: relocation: return bool from btrfs_should_ignore_reloc_root

btrfs_should_ignore_reloc_root() is a predicate so it should return
bool.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/relocation.c
fs/btrfs/relocation.h