Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information