From: Dan Carpenter Date: Mon, 20 Feb 2012 22:53:06 +0000 (-0500) Subject: ext4: using PTR_ERR() on the wrong variable in ext4_ext_migrate() X-Git-Tag: v3.4-rc1~75^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0cc910f15027fbd731e78f3437cc076eebc22e9;p=pandora-kernel.git ext4: using PTR_ERR() on the wrong variable in ext4_ext_migrate() "inode" is a valid pointer here. "tmp_inode" was intended. Signed-off-by: Dan Carpenter Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed