From: Abhijith Das Date: Mon, 15 Sep 2008 13:54:06 +0000 (-0500) Subject: GFS2: GFS2 will panic if you misspell any mount options X-Git-Tag: v2.6.28-rc1~731^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acd2c8aa02f302ed838348052e16ee575c645147;p=pandora-kernel.git GFS2: GFS2 will panic if you misspell any mount options The gfs2 superblock pointer is NULL after a failed mount. When control eventually goes to gfs2_kill_sb, we dereference this NULL pointer. This patch ensures that the gfs2 superblock pointer is not NULL before being dereferenced in gfs2_kill_sb. Signed-off-by: Abhijith Das Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed