From: Abhi Das Date: Mon, 31 Mar 2014 15:33:17 +0000 (-0500) Subject: GFS2: Fix uninitialized VFS inode in gfs2_create_inode X-Git-Tag: v3.15-rc1~97^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=059788039f1e6343f34f46d202f8d9f2158c2783;p=pandora-kernel.git GFS2: Fix uninitialized VFS inode in gfs2_create_inode When gfs2_create_inode() fails due to quota violation, the VFS inode is not completely uninitialized. This can cause a list corruption error. This patch correctly uninitializes the VFS inode when a quota violation occurs in the gfs2_create_inode codepath. Resolves: rhbz#1059808 Signed-off-by: Abhi Das Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed