Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to respond to...
authorJeremy Allison <jra@samba.org>
Wed, 27 Jan 2010 00:51:57 +0000 (16:51 -0800)
committerKarolin Seeger <kseeger@samba.org>
Thu, 4 Feb 2010 09:07:29 +0000 (10:07 +0100)
commit246eba3b807e5ce50ee838c51823a9eb44f6b690
tree4126d3f9837757697a3d9888bd30640f289f17de
parent135b67a627fd1e98b4211fe3ac738ae2fec10145
Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to respond to a read or write.

Only works on Linux kernels 2.6.26 and above. Grants CAP_KILL capability
to allow Linux threads under different euids to send signals to each other.

Jeremy.
(cherry picked from commit 899bd0005f56dcc1e95c3988d41ab3f628bb15db)
source3/include/smb.h
source3/lib/system.c
source3/smbd/server.c