From: Joel Becker Date: Tue, 4 May 2010 02:15:49 +0000 (-0700) Subject: ocfs2: Avoid a gcc warning in ocfs2_wipe_inode(). X-Git-Tag: v2.6.34-rc7~27^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d577632e65ea01fb3b124b652d7bd2381251da3c;p=pandora-kernel.git ocfs2: Avoid a gcc warning in ocfs2_wipe_inode(). gcc warns that a variable is uninitialized. It's actually handled, but an early return fools gcc. Let's just initialize the variable to a garbage value that will crash if the usage is ever broken. Signed-off-by: Joel Becker --- Reading git-diff-tree failed