[XFS] Fix xfs_lowbit64
authorDavid Chinner <dgc@sgi.com>
Fri, 7 Dec 2007 03:08:48 +0000 (14:08 +1100)
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>
Thu, 7 Feb 2008 07:19:41 +0000 (18:19 +1100)
commitedd319dc527733e61eec5bdc9ce20c94634b6482
treeb2fdf06a9bfec6e905dfab9c8a23faaebf27c54d
parent45ba598e56fa9f77801e06432b50580d97994fa4
[XFS] Fix xfs_lowbit64

xfs_lowbit64 was broken on 32 bit platforms in a recent cleanup of the xfs
bitops. Fix it back up again.

SGI-PV: 974005
SGI-Modid: xfs-linux-melb:xfs-kern:30202a

Signed-off-by: David Chinner <dgc@sgi.com>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
fs/xfs/xfs_bit.h