ext4: Fix sparse warning: Using plain integer as NULL pointer
authorPeter Huewe <peterhuewe@gmx.de>
Tue, 22 Feb 2011 02:01:42 +0000 (21:01 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 22 Feb 2011 02:01:42 +0000 (21:01 -0500)
commit7dc576158d7e5cdff3349f78598fdb4080536342
treee7be15a8ee8add729915c81e9cb39cd55d6b572d
parentda488945f4bf4096f4ab6091938469bd8822cfec
ext4: Fix sparse warning: Using plain integer as NULL pointer

This patch fixes the warning "Using plain integer as NULL pointer",
generated by sparse, by replacing the offending 0s with NULL.

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/extents.c
fs/ext4/ialloc.c
fs/ext4/inode.c
fs/ext4/migrate.c
fs/ext4/page-io.c
fs/ext4/super.c
fs/ext4/xattr.c