diff options
author | Roman Pen <r.peniaev@gmail.com> | 2015-09-15 17:27:25 +0300 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2015-09-23 20:00:57 +0300 |
commit | 5948edbcbf43759586cdf2656d293ea7de310280 (patch) | |
tree | 50f982a917ed1884e5402a448ae2a9846ee0fac2 /fs/direct-io.c | |
parent | f75782e4e067fd68249635699cb20dfe0489d743 (diff) | |
download | linux-5948edbcbf43759586cdf2656d293ea7de310280.tar.xz |
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>
Diffstat (limited to 'fs/direct-io.c')
0 files changed, 0 insertions, 0 deletions