From 4b53a9acb3b4be4902cb6650ad73879923a5e247 Mon Sep 17 00:00:00 2001 From: Joel Becker Date: Mon, 3 May 2010 19:15:49 -0700 Subject: [PATCH] --- yaml --- r: 190560 b: refs/heads/master c: d577632e65ea01fb3b124b652d7bd2381251da3c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/ocfs2/inode.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index d575a95be6a4..15e2478cfc3a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6b933c8e6f1a2f3118082c455eef25f9b1ac7b45 +refs/heads/master: d577632e65ea01fb3b124b652d7bd2381251da3c diff --git a/trunk/fs/ocfs2/inode.c b/trunk/fs/ocfs2/inode.c index 83fe1d38f5cb..af189887201c 100644 --- a/trunk/fs/ocfs2/inode.c +++ b/trunk/fs/ocfs2/inode.c @@ -725,7 +725,7 @@ static void ocfs2_signal_wipe_completion(struct ocfs2_super *osb, static int ocfs2_wipe_inode(struct inode *inode, struct buffer_head *di_bh) { - int status, orphaned_slot; + int status, orphaned_slot = -1; struct inode *orphan_dir_inode = NULL; struct buffer_head *orphan_dir_bh = NULL; struct ocfs2_super *osb = OCFS2_SB(inode->i_sb);