is_power_of_2 in fs/hfs
Vignesh Babu BM authored

Replace (n & (n-1)) in the context of power of 2 checks with is_power_of_2
Signed-off-by: default avatarvignesh babu <vignesh.babu@wipro.com>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
e1b5c1d3