fs/reiserfs/inode.c: replace 0 by NULL for pointers
authorFabian Frederick <fabf@skynet.be>
Tue, 17 Feb 2015 21:45:33 +0000 (13:45 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 17 Feb 2015 22:34:51 +0000 (14:34 -0800)
commit714b71a3a91f63e0852ad9a07edc3820800c681f
tree5086c3896d518674abb0f23ecf29ff5716c3396f
parented3ad79f87f31beed64778af0b29aff3074f700e
fs/reiserfs/inode.c: replace 0 by NULL for pointers

Fix sparse warning:

  fs/reiserfs/inode.c:2769:19: warning: Using plain integer as NULL pointer

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/reiserfs/inode.c