Skip to content
Commit 79c8264e authored by David Sterba's avatar David Sterba
Browse files

btrfs: add 64bit safe helper for power of two checks



As is_power_of_two takes unsigned long, it's not safe on 32bit
architectures, but we could pass any u64 value in seveal places. Add a
separate helper and also an alias that better expresses the purpose for
which the helper is used.

Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
parent e62869be
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