This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / fs / xfs / linux-2.6 / xfs_super.c
index 6f04576..eb81476 100644 (file)
@@ -242,10 +242,6 @@ xfs_initialize_vnode(
                vp->v_type = IFTOVT(ip->i_d.di_mode);
                xfs_revalidate_inode(XFS_BHVTOM(bdp), vp, ip);
                xfs_set_inodeops(inode);
-       
-               ip->i_flags &= ~XFS_INEW;
-               barrier();
-
                unlock_new_inode(inode);
        }
 }
@@ -296,7 +292,7 @@ linvfs_destroy_inode(
        kmem_cache_free(linvfs_inode_zone, LINVFS_GET_VP(inode));
 }
 
-STATIC int
+int
 xfs_inode_shake(
        int             priority,
        unsigned int    gfp_mask)