fs/mpage.c: forgotten WRITE_SYNC in case of data integrity write
authorRoman Pen <r.peniaev@gmail.com>
Tue, 15 Sep 2015 14:27:25 +0000 (08:27 -0600)
committerJens Axboe <axboe@fb.com>
Wed, 23 Sep 2015 17:00:57 +0000 (11:00 -0600)
commit5948edbcbf43759586cdf2656d293ea7de310280
tree50f982a917ed1884e5402a448ae2a9846ee0fac2
parentf75782e4e067fd68249635699cb20dfe0489d743
fs/mpage.c: forgotten WRITE_SYNC in case of data integrity write

In case of wbc->sync_mode == WB_SYNC_ALL we need to do data integrity
write, thus mark request as WRITE_SYNC.

akpm: afaict this change will cause the data integrity write bios to be
placed onto the second queue in cfq_io_cq.cfqq[], which presumably results
in special treatment.  The documentation for REQ_SYNC is horrid.

Signed-off-by: Roman Pen <r.peniaev@gmail.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Jens Axboe <axboe@fb.com>
fs/mpage.c