Add SYNC_FILE_RANGE_WRITE_AND_WAIT from Linux 5.2 to bits/fcntl-linux.h
Florian Weimer
fweimer@redhat.com
Wed Aug 7 16:52:00 GMT 2019
* Joseph Myers:
> +/* SYNC_FILE_RANGE_WRITE_AND_WAIT ensures all pages in the range are
> + written to disk before returning. */
> +# define SYNC_FILE_RANGE_WRITE_AND_WAIT (SYNC_FILE_RANGE_WRITE \
> + | SYNC_FILE_RANGE_WAIT_BEFORE \
> + | SYNC_FILE_RANGE_WAIT_AFTER)
This matches the kernel definition. Please commit.
Thanks,
Florian
More information about the Libc-alpha
mailing list