commit | 34521c5e4971d01f6ef650fdee59e07be6c2c5e3 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Thu Aug 16 15:37:57 2007 +1000 |
committer | Tim Shimmin <tes@chook.melbourne.sgi.com> | Wed Sep 05 14:48:00 2007 +1000 |
tree | ff17a5076ff71294c29fe6e6fecc2615214cc153 | |
parent | 4b80916b29170744632356dd2e801f7c374676eb [diff] |
[XFS] Fix sparse warning in kmem_shake_allow We can't return a masked result of a __bitwise type. Compare it to 0 first to keep the behaviour without the warning. SGI-PV: 968555 SGI-Modid: xfs-linux-melb:xfs-kern:29309a Signed-off-by: Christoph Hellwig <hch@infradead.org> Signed-off-by: David Chinner <dgc@sgi.com> Signed-off-by: Tim Shimmin <tes@sgi.com>