ext4: Fix NULL dereference in ext4_ext_migrate()'s error handling
Dan Carpenter authored
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: default avatarDan Carpenter <error27@gmail.com>
Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
09054264