Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libxfs: Optimize the loop for xfs_bitmap_empty | Jia He | 2016-01-04 | 1 | -3/+3 |
| | | | | | | | | | | | If there is any non zero bit in a long bitmap, it can jump out of the loop and finish the function as soon as possible. Signed-off-by: Jia He <hejianet@gmail.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com> | ||||
* | libxfs: add xfs_bit.c | Dave Chinner | 2015-07-29 | 1 | -0/+118 |
The header side of xfs_bit.c is already in libxfs, and the sparse inode code requires the xfs_next_bit() function so pull in the xfs_bit.c file so that a sparse inode enabled libxfs compiles cleanly in userspace. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com> |