From mboxrd@z Thu Jan 1 00:00:00 1970 From: Abhijith Das Date: Thu, 11 Sep 2008 11:54:55 -0500 Subject: [Cluster-devel] [GFS2] bz231369 - GFS2 will panic if you misspell any mount options In-Reply-To: <1219311246.3486.4.camel@localhost.localdomain> References: <1219311246.3486.4.camel@localhost.localdomain> Message-ID: <48C94D5F.8080601@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit This is the upstream patch. RHEL5 patch posted to rhkernel-list. 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 -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: bz231369-git.patch URL: