diff options
author | Vignesh Babu <vignesh.babu@wipro.com> | 2007-07-18 09:11:02 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2007-07-18 09:11:02 -0400 |
commit | 1330593eb2d055bdd6ed935886cf2c13c896b288 (patch) | |
tree | e4e73798e07758eb029625fc04c82385ec6749ee /fs/binfmt_flat.c | |
parent | Use zero_user_page() in ext4 where possible (diff) | |
download | linux-dev-1330593eb2d055bdd6ed935886cf2c13c896b288.tar.xz linux-dev-1330593eb2d055bdd6ed935886cf2c13c896b288.zip |
ext4: Use is_power_of_2()
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>
Cc: <linux-ext4@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Dave Kleikamp <shaggy@linux.vnet.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/binfmt_flat.c')
0 files changed, 0 insertions, 0 deletions