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>
Mon, 15 Feb 2010 13:46:50 +0000 (14:46 +0100)
commitc81c109a6ce83741bb5149a51ceb4ab30855e9f9
tree817e8d936cbda6c8e97186f7050e964797fe26b4
parent389c94a5802115ae6adde5eb108d5122c21123f8
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 246eba3b807e5ce50ee838c51823a9eb44f6b690)
source3/include/smb.h
source3/lib/system.c
source3/smbd/server.c