ocfs2: remove OCFS2_INODE_SKIP_DELETE flag
The flag was never set, delete it. Signed-off-by: Jan Kara <jack@suse.cz> Reviewed-by: Mark Fasheh <mfasheh@suse.de> Reviewed-by: Srinivas Eeda <srinivas.eeda@oracle.com> Cc: Joel Becker <jlbec@evilplan.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
@@ -849,12 +849,6 @@ static int ocfs2_inode_is_valid_to_delete(struct inode *inode)
|
||||
goto bail_unlock;
|
||||
}
|
||||
|
||||
/* If we have allowd wipe of this inode for another node, it
|
||||
* will be marked here so we can safely skip it. Recovery will
|
||||
* cleanup any inodes we might inadvertently skip here. */
|
||||
if (oi->ip_flags & OCFS2_INODE_SKIP_DELETE)
|
||||
goto bail_unlock;
|
||||
|
||||
ret = 1;
|
||||
bail_unlock:
|
||||
spin_unlock(&oi->ip_lock);
|
||||
|
Reference in New Issue
Block a user