From: Dan Carpenter Date: Tue, 24 Feb 2009 17:14:54 +0000 (-0500) Subject: ext4: Fix NULL dereference in ext4_ext_migrate()'s error handling X-Git-Tag: v2.6.27.20~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e843ff53f46be9aab2db1d784b45bccfc3bd9257;p=pandora-kernel.git ext4: Fix NULL dereference in ext4_ext_migrate()'s error handling (cherry picked from commit 090542641de833c6f756895fc2f139f046e298f9) This was found through a code checker (http://repo.or.cz/w/smatch.git/). It looks like you might be able to trigger the error by trying to migrate a readonly file system. Signed-off-by: Dan Carpenter Signed-off-by: "Theodore Ts'o" Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed