[Bug 1656] GSoC AIO patch

bugzilla-daemon at rtems.org bugzilla-daemon at rtems.org
Thu Aug 19 16:52:25 UTC 2010


https://www.rtems.org/bugzilla/show_bug.cgi?id=1656

--- Comment #27 from Alin Rus <alin.codejunkie at gmail.com> 2010-08-19 11:52:23 CDT ---
(In reply to comment #26)
>  aio_fsync shouldn't be terribly hard to add. 

O_DSYNC is not implemented 
./doc/posix1003.1/ch05.t:O_DSYNC, Constant, Unimplemented

should I implement aio_fsync only for O_SYNC?

http://www.opengroup.org/onlinepubs/009695399/functions/aio_fsync.html
"If op is O_DSYNC, all currently queued I/O operations shall be completed as if
by a call to fdatasync(); that is, as defined for synchronized I/O data
integrity completion. If op is O_SYNC, all currently queued I/O operations
shall be completed as if by a call to fsync(); "

-- 
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the bugs mailing list