Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux...
[deliverable/linux.git] / drivers / md / dm-log.c
index 5a08be0222dbee7f27e89942c6ef4458cbcf633a..33420e68d1534d18c988af3872ecafb31168d79f 100644 (file)
@@ -300,7 +300,7 @@ static int flush_header(struct log_c *lc)
                .count = 0,
        };
 
-       lc->io_req.bi_rw = WRITE_BARRIER;
+       lc->io_req.bi_rw = WRITE_FLUSH;
 
        return dm_io(&lc->io_req, 1, &null_location, NULL);
 }
This page took 0.028588 seconds and 5 git commands to generate.