Converted outdated BUGS note about fdatasync() being equivalent to

fsync() on Linux 2.2 into a NOTES note about this historical behaviour.
This commit is contained in:
Michael Kerrisk 2007-05-21 06:40:01 +00:00
parent 87eca6b7b3
commit 49ba0d2aaa
1 changed files with 4 additions and 4 deletions

View File

@ -87,12 +87,12 @@ i defined in <unistd.h> to a value greater than 0.
.\" POSIX.1-2001: It shall be defined to -1 or 0 or 200112L.
.\" -1: unavailable, 0: ask using sysconf().
.\" glibc defines them to 1.
.SH BUGS
.\" FIXME The following is no longer true
Currently (Linux 2.2)
.SH NOTES
In Linux 2.2 and earlier,
.BR fdatasync ()
is equivalent to
.BR fsync (2).
.BR fsync (2),
and so has no performance advantage.
.SH "SEE ALSO"
.BR fsync (2),
.BR sync_file_range (2)