Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to respond to...
authorJeremy Allison <jra@samba.org>
Thu, 28 Jan 2010 22:55:32 +0000 (14:55 -0800)
committerKarolin Seeger <kseeger@samba.org>
Wed, 24 Feb 2010 15:25:09 +0000 (16:25 +0100)
commit153357b9bb4d70a168c81cb9ff2da437eae823fc
tree80eac239dafe445a0518458f010546303bf751f2
parent7d9b391ed61a01dfe189dd91a2531c4e2a9a901f
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.

Same as mater commit 899bd0005f56dcc1e95c3988d41ab3f628bb15db.

Jeremy.
(cherry picked from commit cbf09baa90f5c4cfa8a0019ccc79211d72d13629)
source/include/smb.h
source/lib/system.c
source/smbd/server.c