diff options
author | Jeremy Allison <jra@samba.org> | 2010-01-26 16:51:57 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2010-01-26 16:51:57 -0800 |
commit | 899bd0005f56dcc1e95c3988d41ab3f628bb15db (patch) | |
tree | 633dfaaf9f240a6571c49fc4da2fc7a2f0e5def9 /source3/include | |
parent | 2dd301e5cd6ff97943c4bf9c7cd9b820d6193b45 (diff) | |
download | samba-899bd0005f56dcc1e95c3988d41ab3f628bb15db.tar.gz samba-899bd0005f56dcc1e95c3988d41ab3f628bb15db.tar.bz2 samba-899bd0005f56dcc1e95c3988d41ab3f628bb15db.zip |
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.
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index bc7a90d549..041c96bada 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1723,7 +1723,8 @@ minimum length == 24. enum smbd_capability { KERNEL_OPLOCK_CAPABILITY, DMAPI_ACCESS_CAPABILITY, - LEASE_CAPABILITY + LEASE_CAPABILITY, + KILL_CAPABILITY }; /* |