Skip to content
Commit f1dffc4c authored by Eric Paris's avatar Eric Paris Committed by Theodore Ts'o
Browse files

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: default avatarEric Paris <eparis@redhat.com>
Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent f7c21177
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment