diff options
author | 2019-06-28 19:27:21 -0700 | |
---|---|---|
committer | 2019-06-28 19:27:21 -0700 | |
commit | 1f9489be025732fa210de4e6cfd9bd4440741f74 (patch) | |
tree | 90a07886d3f93aa67a44da8cd753442d63a41197 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | xfs: remove XLOG_STATE_IOABORT (diff) | |
download | wireguard-linux-1f9489be025732fa210de4e6cfd9bd4440741f74.tar.xz wireguard-linux-1f9489be025732fa210de4e6cfd9bd4440741f74.zip |
xfs: don't use REQ_PREFLUSH for split log writes
If we have to split a log write because it wraps the end of the log we
can't just use REQ_PREFLUSH to flush before the first log write,
as the writes might get reordered somewhere in the I/O stack. Issue
a manual flush in that case so that the ordering of the two log I/Os
doesn't matter.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions