jbd2: use NULL instead of 0 when pointer is needed
authorBill Pemberton <wfp5p@virginia.edu>
Fri, 30 Apr 2010 13:34:31 +0000 (09:34 -0400)
committerJiri Kosina <jkosina@suse.cz>
Tue, 11 May 2010 08:04:36 +0000 (10:04 +0200)
commit8ac97b74bca1fc8a63b28cc6121519d1cfa2af99
tree04f00eada6c77edd95b6a56446e4a330266274e5
parentc2d45b4da042720ae94648b417d0e051742441d4
jbd2: use NULL instead of 0 when pointer is needed

Fixes sparse warning:

fs/jbd2/journal.c:1892:9: warning: Using plain integer as NULL pointer

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
CC: linux-ext4@vger.kernel.org
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
fs/jbd2/journal.c