]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: ext4_ext_migrate should use NULL not 0
authorEric Paris <eparis@redhat.com>
Mon, 10 Jan 2011 17:11:00 +0000 (12:11 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 10 Jan 2011 17:11:00 +0000 (12:11 -0500)
commit223f6de868ca76a93d0f369662154505b2b384c7
treea23a5ccffc0ecf3862ff7ecc70011efecd22ba39
parent61d7b727d34925f6e6d726f5691b1ae3526a3973
ext4: ext4_ext_migrate should use NULL not 0

ext4_ext_migrate() calls ext4_new_inode() and passes 0 instead of a pointer
to a struct qstr.  This patch uses NULL, to make it obvious to the caller
that this was a pointer.

Signed-off-by: Eric Paris <eparis@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/migrate.c