]> git.ipfire.org Git - thirdparty/samba.git/commit
vfs_glusterfs: Add comments to the pipe(2) code.
authorIra Cooper <ira@samba.org>
Thu, 22 Jan 2015 22:14:31 +0000 (17:14 -0500)
committerKarolin Seeger <kseeger@samba.org>
Sat, 24 Jan 2015 21:16:11 +0000 (22:16 +0100)
commitffc1cca37f37a765566530939e2944d8b617b62f
treec4f74ad19b5e3fc8a688f14ced7a0242edb692ba
parent0c9e53baea56252380919e6fb895f66445a7d0de
vfs_glusterfs: Add comments to the pipe(2) code.

The guarantees around read(2) and write(2) and pipes are critical
to understanding this code.  Hopefully these comments will help.

Signed-off-by: Ira Cooper <ira@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Fri Jan 23 20:58:51 CET 2015 on sn-devel-104

(cherry picked from commit 3b2d8bdbb1851961536241d3aaaf6ac936964517)

The last 10 patches address
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11069
Backport remaining performance patches for vfs_glusterfs to 4.2/4.1.
source3/modules/vfs_glusterfs.c