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>
Wed, 10 Feb 2010 10:08:36 +0000 (11:08 +0100)
commita6ae7a552f851a399991262377cc0e062e40ac20
treef8f4be8b32bb01751fbb1251a285a2c6491c53de
parentb4e04801c1bdc3cd7162b68ad53582fa5382606d
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)
(cherry picked from commit b30792299e8fc2057c4e825c2f9457a54096852a)
source3/include/smb.h
source3/lib/system.c
source3/smbd/server.c