git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc0e15a
)
ext4: Use is_power_of_2()
author
Vignesh Babu
<vignesh.babu@wipro.com>
Wed, 18 Jul 2007 13:11:02 +0000
(09:11 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Wed, 18 Jul 2007 13:11:02 +0000
(09:11 -0400)
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>
No differences found