This is the mail archive of the glibc-bugs@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]

[Bug libc/6865] fallback posix_fallocate() implementation is racy


------- Additional Comments From bdonlan at gmail dot com  2008-09-02 04:50 -------
In my opinion, the fallback implementation should not present a data loss
possibility - if this is unavoidable, it should return ENOSYS or something
instead, and let the application deal with the race condition, since it should
know what locks or other synchronization need be used.

Would you be open to applying a patch for a mmap-based implementation if I were
to provide it?

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=6865

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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