]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/xfs/xfs_inode_item.c
ARM: Merge for-2637/s3c24xx/h1940
[net-next-2.6.git] / fs / xfs / xfs_inode_item.c
index fe00777e2796317146ce1e20142cc7f4e3679635..c7ac020705df1fbad86550c58784ba34cf2ee3ba 100644 (file)
@@ -222,15 +222,6 @@ xfs_inode_item_format(
        vecp++;
        nvecs        = 1;
 
-       /*
-        * Make sure the linux inode is dirty. We do this before
-        * clearing i_update_core as the VFS will call back into
-        * XFS here and set i_update_core, so we need to dirty the
-        * inode first so that the ordering of i_update_core and
-        * unlogged modifications still works as described below.
-        */
-       xfs_mark_inode_dirty_sync(ip);
-
        /*
         * Clear i_update_core if the timestamps (or any other
         * non-transactional modification) need flushing/logging