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