commit | 714b71a3a91f63e0852ad9a07edc3820800c681f | [log] [tgz] |
---|---|---|
author | Fabian Frederick <fabf@skynet.be> | Tue Feb 17 13:45:33 2015 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Feb 17 14:34:51 2015 -0800 |
tree | 5086c3896d518674abb0f23ecf29ff5716c3396f | |
parent | ed3ad79f87f31beed64778af0b29aff3074f700e [diff] |
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>