]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/ext3/fsync.c
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel...
[net-next-2.6.git] / fs / ext3 / fsync.c
index d7e9f74dc3a6d7e6b02f65d9b54fb9a22ca2d764..09b13bb34c94e9c6e2561b4b7dcab93ae334359f 100644 (file)
@@ -90,7 +90,6 @@ int ext3_sync_file(struct file *file, int datasync)
         * storage
         */
        if (needs_barrier)
-               blkdev_issue_flush(inode->i_sb->s_bdev, GFP_KERNEL, NULL,
-                               BLKDEV_IFL_WAIT);
+               blkdev_issue_flush(inode->i_sb->s_bdev, GFP_KERNEL, NULL);
        return ret;
 }