Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
[deliverable/linux.git] / fs / block_dev.c
index 50e8c8582faa06a38bae5beb66c4f3ec8af929f3..b737451e2e9dde95ae0d098b0443f44af1d21899 100644 (file)
@@ -370,7 +370,7 @@ int blkdev_fsync(struct file *filp, int datasync)
         */
        mutex_unlock(&bd_inode->i_mutex);
 
-       error = blkdev_issue_flush(bdev, GFP_KERNEL, NULL, BLKDEV_IFL_WAIT);
+       error = blkdev_issue_flush(bdev, GFP_KERNEL, NULL);
        if (error == -EOPNOTSUPP)
                error = 0;
 
This page took 0.027116 seconds and 5 git commands to generate.