From: Manish Katiyar Date: Mon, 28 Feb 2011 01:42:06 +0000 (-0500) Subject: ext4: fix missing iput of root inode for some mount error paths X-Git-Tag: v2.6.39-rc1~73^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32a9bb57d7c1fd04ae0f72b8f671501f000a0e9f;p=pandora-kernel.git ext4: fix missing iput of root inode for some mount error paths This assures that the root inode is not leaked, and that sb->s_root is NULL, which will prevent generic_shutdown_super() from doing extra work, including call sync_filesystem, which ultimately results in ext4_sync_fs() getting called with an uninitialized struct super, which is the cause of the crash noted in Kernel Bugzilla #26752. https://bugzilla.kernel.org/show_bug.cgi?id=26752 Signed-off-by: Manish Katiyar Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed