From: Eric Paris Date: Mon, 10 Jan 2011 17:11:00 +0000 (-0500) Subject: ext4: ext4_ext_migrate should use NULL not 0 X-Git-Tag: v2.6.38-rc1~409^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1dffc4c5431c6bd8972489636573c5cd09ab672;p=pandora-kernel.git 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 Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed