commit | 3fc74269c8910573a0e9a7bc303752194ce5cae0 | [log] [tgz] |
---|---|---|
author | vignesh babu <vignesh.babu@wipro.com> | Sun Jul 15 23:41:17 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Mon Jul 16 09:05:48 2007 -0700 |
tree | ebe371367d6438a88d13c6d2ebb6157fecb24632 | |
parent | 681dcd95431e2258c1174602fcd69393e4139959 [diff] |
is_power_of_2: ext3/super.c Replace (n & (n-1)) in the context of power of 2 checks with is_power_of_2() Signed-off-by: vignesh babu <vignesh.babu@wipro.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>