From: Eric Dumazet Date: Wed, 6 Feb 2008 09:37:57 +0000 (-0800) Subject: Use ilog2() in fs/namespace.c X-Git-Tag: v2.6.25-rc1~672 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13f14b4d8be225cbb11ff2be7c048590a9ccf87b;p=pandora-kernel.git Use ilog2() in fs/namespace.c We can use ilog2() in fs/namespace.c to compute hash_bits and hash_mask at compile time, not runtime. [akpm@linux-foundation.org: clean it all up] Signed-off-by: Eric Dumazet Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed