commit | d8bd504ab800c8e9aadb983914a33e7166320bec | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Thu Apr 23 08:54:02 2009 +0100 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Thu Apr 23 10:07:16 2009 +0100 |
tree | 72b45fe08363441d53c5e464daa6886a6e11a8b8 | |
parent | 952043ac12a117d8e94bddd9088338d7ad20ca7d [diff] |
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 <swhiteho@redhat.com>