From: T Makphaibulchoke Date: Thu, 26 Jun 2014 02:08:29 +0000 (-0400) Subject: fs/mbcache: replace __builtin_log2() with ilog2() X-Git-Tag: omap-for-v3.16/fixes-rc4~32^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec7756ae1517af483d995f386936d00a4cb1ab7d;p=pandora-kernel.git fs/mbcache: replace __builtin_log2() with ilog2() Fix compiler error with some gcc version(s) that do not support __builtin_log2() by replacing __builtin_log2() with ilog2(). Signed-off-by: T. Makphaibulchoke Signed-off-by: Theodore Ts'o Reviewed-by: Maciej W. Rozycki --- Reading git-diff-tree failed