commit | 4b80916b29170744632356dd2e801f7c374676eb | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Thu Aug 16 15:37:36 2007 +1000 |
committer | Tim Shimmin <tes@chook.melbourne.sgi.com> | Wed Sep 05 14:47:33 2007 +1000 |
tree | 9714752ddfffd543dcd512a7f1920d53d92c1054 | |
parent | 8da22d7a3690818f6d340baa0ea585e71f0c506f [diff] |
[XFS] Fix sparse NULL vs 0 warnings Sparse now warns about comparing pointers to 0, so change all instance where that happens to NULL instead. SGI-PV: 968555 SGI-Modid: xfs-linux-melb:xfs-kern:29308a Signed-off-by: Christoph Hellwig <hch@infradead.org> Signed-off-by: David Chinner <dgc@sgi.com> Signed-off-by: Tim Shimmin <tes@sgi.com>