summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_bit.c
AgeCommit message (Collapse)Author
2015-07-29libxfs: add xfs_bit.cDave Chinner
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>