[XFS] Use the generic bitops rather than implementing them ourselves.
authorDavid Chinner <david@fromorbit.com>
Wed, 13 Aug 2008 05:41:12 +0000 (15:41 +1000)
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>
Wed, 13 Aug 2008 05:41:12 +0000 (15:41 +1000)
commit79071eb0b2f142b9cc6531d04fa2915943938b5e
treedfab0f9e306322454f98c5ae77e93d1150aefbeb
parent10fec20ef5eec1c91913baec1225400f0d02df40
[XFS] Use the generic bitops rather than implementing them ourselves.

This keeps xfs_lowbit64 as it was since there aren't good generic helpers
there ... Patch inspired by Andi Kleen.

SGI-PV: 981498

SGI-Modid: xfs-linux-melb:xfs-kern:31472a

Signed-off-by: David Chinner <david@fromorbit.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
Signed-off-by: Donald Douwsma <donaldd@sgi.com>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
fs/xfs/xfs_bit.c
fs/xfs/xfs_bit.h
fs/xfs/xfs_rtalloc.c