All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] man: fix wrong info on sync_file_range=
@ 2017-07-14  7:24 kusumi.tomohiro
  2017-07-14 14:25 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: kusumi.tomohiro @ 2017-07-14  7:24 UTC (permalink / raw)
  To: axboe, fio; +Cc: Tomohiro Kusumi

From: Tomohiro Kusumi <tkusumi@tuxera.com>

This part isn't in sync with HOWTO, but also simply wrong.
HOWTO as well as the actual option have SYNC_FILE_RANGE_WAIT_AFTER for this.

Signed-off-by: Tomohiro Kusumi <tkusumi@tuxera.com>
---
 fio.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fio.1 b/fio.1
index 5da9ecf..8a41321 100644
--- a/fio.1
+++ b/fio.1
@@ -1071,7 +1071,7 @@ SYNC_FILE_RANGE_WAIT_BEFORE
 SYNC_FILE_RANGE_WRITE
 .TP
 .B wait_after
-SYNC_FILE_RANGE_WRITE
+SYNC_FILE_RANGE_WAIT_AFTER
 .TP
 .RE
 .P
-- 
2.9.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] man: fix wrong info on sync_file_range=
  2017-07-14  7:24 [PATCH] man: fix wrong info on sync_file_range= kusumi.tomohiro
@ 2017-07-14 14:25 ` Jens Axboe
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2017-07-14 14:25 UTC (permalink / raw)
  To: kusumi.tomohiro, fio; +Cc: Tomohiro Kusumi

On 07/14/2017 01:24 AM, kusumi.tomohiro@gmail.com wrote:
> From: Tomohiro Kusumi <tkusumi@tuxera.com>
> 
> This part isn't in sync with HOWTO, but also simply wrong.  HOWTO as
> well as the actual option have SYNC_FILE_RANGE_WAIT_AFTER for this.

Applied, thanks.

-- 
Jens Axboe



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-07-14 14:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-14  7:24 [PATCH] man: fix wrong info on sync_file_range= kusumi.tomohiro
2017-07-14 14:25 ` Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.