commit | f1dffc4c5431c6bd8972489636573c5cd09ab672 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Mon Jan 10 12:11:00 2011 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Jan 10 12:11:00 2011 -0500 |
tree | a23a5ccffc0ecf3862ff7ecc70011efecd22ba39 | |
parent | f7c21177af0b32a2cd9ee36189637f0c1f0e1e17 [diff] |
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>