manual/llio.texi: Comment on write atomicity.
commita2887bdb2729e77786a56139d02a6d8cb1290bce
authorCarlos O'Donell <carlos@redhat.com>
Thu, 6 Nov 2014 20:58:52 +0000 (6 15:58 -0500)
committerCarlos O'Donell <carlos@redhat.com>
Thu, 6 Nov 2014 20:58:52 +0000 (6 15:58 -0500)
treebbf0d26769eb86dc740b7dafd36657bff0177355
parentda53d6dbc28d2a90d6e14dd661e68611c3b741cf
manual/llio.texi: Comment on write atomicity.

We add Linux-realted comments about the atomicity of
write with respect to file offsets. As of Linux 3.14
the file offset update is atomic. That means that
multiple threads calling the write syscall can not possibly
get the same file offset. Therefore the writes should
not overlap and data should not be lost as is required
by POSIX.
ChangeLog
manual/llio.texi