]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: change return type to bool type of check_eb_alignment()
authorDavid Sterba <dsterba@suse.com>
Thu, 9 Jan 2025 10:24:35 +0000 (11:24 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 13 Jan 2025 13:53:23 +0000 (14:53 +0100)
commit549a88acbe544cebd41011e56b4ac5ef2ae79e7c
tree653ba7d884244c50d94a58f2df5b5d6a19594a0f
parenta43caf82a103ea9fa8af2630119f1c018db06bb4
btrfs: change return type to bool type of check_eb_alignment()

The check function pattern is supposed to return true/false, currently
there's only one error code.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent_io.c