]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd7cedbc9dd0c2870eec9daf523c38a3d0c5fb4a2
treee7be15a8ee8add729915c81e9cb39cd55d6b572d
parent61af731472512385d9a583d4f998eaeb813e7f01
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