]> Pileus Git - ~andy/linux/commit
ext3: Replace 0 with NULL for pointer in super.c file
authorSachin Kamat <sachin.kamat@linaro.org>
Tue, 4 Sep 2012 08:12:00 +0000 (13:42 +0530)
committerJan Kara <jack@suse.cz>
Tue, 4 Sep 2012 09:59:13 +0000 (11:59 +0200)
commit76f59b3bf5af41c2fb60f05f5d5ec51e8138e996
treea6c4086f217e1569d2e1392ccb52e9a55def2f49
parent378b8e1ad18e7c97832aa3771e295153c4cd2a55
ext3: Replace 0 with NULL for pointer in super.c file

Fixes the following sparse warning:
fs/ext3/super.c:983:45: warning: Using plain integer as NULL pointer

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/ext3/super.c