Skip to content
Commit d577632e authored by Joel Becker's avatar Joel Becker
Browse files

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: default avatarJoel Becker <joel.becker@oracle.com>
parent 6b933c8e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment