block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
[deliverable/linux.git] / drivers / md / bcache / journal.c
index a3c3b309ff4a7874165a07ae87d321c028a71a87..6925023e12d45656ce6802ea5237c0069b9beb29 100644 (file)
@@ -631,7 +631,7 @@ static void journal_write_unlocked(struct closure *cl)
                bio->bi_end_io  = journal_write_endio;
                bio->bi_private = w;
                bio_set_op_attrs(bio, REQ_OP_WRITE,
-                                REQ_SYNC|REQ_META|REQ_FLUSH|REQ_FUA);
+                                REQ_SYNC|REQ_META|REQ_PREFLUSH|REQ_FUA);
                bch_bio_map(bio, w->data);
 
                trace_bcache_journal_write(bio);
This page took 0.023695 seconds and 5 git commands to generate.