Skip to content
Commit 413fb1bc authored by Anand Jain's avatar Anand Jain Committed by David Sterba
Browse files

btrfs: return bool from check_tree_block_fsid instead of int



Simplify the return type of check_tree_block_fsid() from int (1 or 0) to
bool. Its only user is interested in knowing the success or failure.

Signed-off-by: default avatarAnand Jain <anand.jain@oracle.com>
Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
parent f62c302e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment