[XFS] Fix sparse NULL vs 0 warnings
authorChristoph Hellwig <hch@infradead.org>
Thu, 16 Aug 2007 05:37:36 +0000 (15:37 +1000)
committerTim Shimmin <tes@chook.melbourne.sgi.com>
Wed, 5 Sep 2007 04:47:33 +0000 (14:47 +1000)
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>

No differences found