From: Vignesh Babu BM Date: Tue, 8 May 2007 07:24:27 +0000 (-0700) Subject: is_power_of_2 in fat X-Git-Tag: v2.6.22-rc1~785 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7d709c096487078652a1384d7a2d0e4459e18b6;p=pandora-kernel.git is_power_of_2 in fat Replacing (n & (n-1)) in the context of power of 2 checks with is_power_of_2 Signed-off-by: vignesh babu Acked-by: OGAWA Hirofumi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed