From: Al Viro Date: Mon, 9 Jan 2012 00:45:28 +0000 (-0500) Subject: exofs: oops after late failure in mount X-Git-Tag: v3.3-rc1~156^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da01636a6511c3bd0c1cf546c47b8e92a837a613;p=pandora-kernel.git exofs: oops after late failure in mount We have already set ->s_root, so ->put_super() is going to be called. Freeing ->s_fs_info is a bloody bad idea when it's going to be dereferenced very shortly... Signed-off-by: Al Viro --- Reading git-diff-tree failed