]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
aio_fsync(2): Support O_DSYNC.
authorThomas Munro <tmunro@FreeBSD.org>
Thu, 7 Jan 2021 11:11:38 +0000 (00:11 +1300)
committerThomas Munro <tmunro@FreeBSD.org>
Fri, 8 Jan 2021 00:15:56 +0000 (13:15 +1300)
commit801ac943ea0821bbb34c69688a7e7bb126d8cf8d
treef8dbf70fce887db9d515c27a03e11f37c883e125
parente7347be9e34d05130df878d6af2ff847227610b6
aio_fsync(2): Support O_DSYNC.

aio_fsync(O_DSYNC, ...) is the asynchronous version of fdatasync(2).

Reviewed by: kib, asomers, jhb
Differential Review: https://reviews.freebsd.org/D25071
lib/libc/sys/aio_fsync.2
sys/kern/vfs_aio.c
sys/sys/aio.h
tests/sys/aio/aio_test.c