The following changes since commit 74c30eab68f320d73f4c7cf192699cb8bfb14eaf: man: fix wrong info on sync_file_range= (2017-07-14 08:25:24 -0600) are available in the git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to 785e49c659023df1735bff195ad4ba133ebd23a7: build: Sort file list (2017-07-16 14:02:51 -0600) ---------------------------------------------------------------- Bernhard M. Wiedemann (1): build: Sort file list Tomohiro Kusumi (1): man: add missing \ for fcntl(2) in write_hint option Makefile | 4 ++-- fio.1 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) --- Diff of recent changes: diff --git a/Makefile b/Makefile index bef930f..e8ea6cb 100644 --- a/Makefile +++ b/Makefile @@ -36,8 +36,8 @@ ifdef CONFIG_GFIO PROGS += gfio endif -SOURCE := $(patsubst $(SRCDIR)/%,%,$(wildcard $(SRCDIR)/crc/*.c)) \ - $(patsubst $(SRCDIR)/%,%,$(wildcard $(SRCDIR)/lib/*.c)) \ +SOURCE := $(sort $(patsubst $(SRCDIR)/%,%,$(wildcard $(SRCDIR)/crc/*.c)) \ + $(patsubst $(SRCDIR)/%,%,$(wildcard $(SRCDIR)/lib/*.c))) \ gettime.c ioengines.c init.c stat.c log.c time.c filesetup.c \ eta.c verify.c memory.c io_u.c parse.c mutex.c options.c \ smalloc.c filehash.c profile.c debug.c engines/cpu.c \ diff --git a/fio.1 b/fio.1 index 8a41321..7fe96e0 100644 --- a/fio.1 +++ b/fio.1 @@ -565,7 +565,7 @@ Advise using \fBFADV_RANDOM\fR .RE .TP .BI write_hint \fR=\fPstr -Use \fBfcntl\fR|(2) to advise the kernel what life time to expect from a write. +Use \fBfcntl\fR\|(2) to advise the kernel what life time to expect from a write. Only supported on Linux, as of version 4.13. The values are all relative to each other, and no absolute meaning should be associated with them. Accepted values are: -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html