This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Add SYNC_FILE_RANGE_WRITE_AND_WAIT from Linux 5.2 to bits/fcntl-linux.h


* 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]