From 37db59d6ef74a8e6f5625c65dfbf4b72fd5fa84d Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Mon, 13 Jul 2015 14:30:03 -0600 Subject: [PATCH] HOWTO: fix long line Testing to see if the inline mirroring works. Signed-off-by: Jens Axboe --- HOWTO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HOWTO b/HOWTO index b823eaed..c99662c6 100644 --- a/HOWTO +++ b/HOWTO @@ -875,8 +875,8 @@ fsync=int If writing to a file, issue a sync of the dirty data fdatasync=int Like fsync= but uses fdatasync() to only sync data and not metadata blocks. - In FreeBSD and Windows there is no fdatasync(), this falls back to - using fsync() + In FreeBSD and Windows there is no fdatasync(), this falls back + to using fsync() sync_file_range=str:val Use sync_file_range() for every 'val' number of write operations. Fio will track range of writes that -- 2.25.1