Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block
[sfrench/cifs-2.6.git] / drivers / block / drbd / drbd_receiver.c
index 760ae0df92516994c368b3a138d62c3f8a91893b..efd6169acf2f04bf758c68ceee419549351c7e64 100644 (file)
@@ -987,7 +987,7 @@ static enum finish_epoch drbd_flush_after_epoch(struct drbd_conf *mdev, struct d
 
        if (mdev->write_ordering >= WO_bdev_flush && get_ldev(mdev)) {
                rv = blkdev_issue_flush(mdev->ldev->backing_bdev, GFP_KERNEL,
-                                       NULL, BLKDEV_IFL_WAIT);
+                                       NULL);
                if (rv) {
                        dev_err(DEV, "local disk flush failed with status %d\n", rv);
                        /* would rather check on EOPNOTSUPP, but that is not reliable.