X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;ds=sidebyside;f=HOWTO;h=c99662c67255803fde30ceb0998e580715e83bbb;hb=37db59d6ef74a8e6f5625c65dfbf4b72fd5fa84d;hp=b823eaed24a5b84b30bbf2d19ab5f4ef9f089ae0;hpb=2af5bd9996cacf9eb7b70ac23d6ed7d3b35acef2;p=fio.git 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