From: Steven Whitehouse Date: Thu, 23 Apr 2009 07:54:02 +0000 (+0100) Subject: GFS2: Fix bug in block allocation X-Git-Tag: v2.6.30-rc4~58^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8bd504ab800c8e9aadb983914a33e7166320bec;p=pandora-kernel.git GFS2: Fix bug in block allocation The new bitfit algorithm was counting from the wrong end of 64 bit words in the bitfield. This fixes it by using __ffs64 instead of fls64 Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed