This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / fs / xfs / linux-2.6 / xfs_super.c
index 3a2e961..00818cd 100644 (file)
@@ -191,14 +191,6 @@ xfs_revalidate_inode(
                inode->i_flags |= S_IMMUTABLE;
        else
                inode->i_flags &= ~S_IMMUTABLE;
-       if (ip->i_d.di_flags & XFS_DIFLAG_IUNLINK)
-               inode->i_flags |= S_IUNLINK;
-       else
-               inode->i_flags &= ~S_IUNLINK;
-       if (ip->i_d.di_flags & XFS_DIFLAG_BARRIER)
-               inode->i_flags |= S_BARRIER;
-       else
-               inode->i_flags &= ~S_BARRIER;
        if (ip->i_d.di_flags & XFS_DIFLAG_APPEND)
                inode->i_flags |= S_APPEND;
        else