git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
952043a
)
GFS2: Fix bug in block allocation
author
Steven Whitehouse
<swhiteho@redhat.com>
Thu, 23 Apr 2009 07:54:02 +0000
(08:54 +0100)
committer
Steven Whitehouse
<swhiteho@redhat.com>
Thu, 23 Apr 2009 09:07:16 +0000
(10:07 +0100)
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>
No differences found