diff options
author | Christian Ambach <ambi@samba.org> | 2013-01-08 15:15:02 +0100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2013-02-04 12:19:30 +0100 |
commit | d9075e19ca8c788824208ee1d77ad5861fe778ed (patch) | |
tree | cde18eeb720ddef91ab23dbf6ae28622dad46391 | |
parent | b4be8d5073c0476f1220569f7151f267a5c39635 (diff) | |
download | samba-d9075e19ca8c788824208ee1d77ad5861fe778ed.tar.gz samba-d9075e19ca8c788824208ee1d77ad5861fe778ed.tar.bz2 samba-d9075e19ca8c788824208ee1d77ad5861fe778ed.zip |
s3:modules/vfs_gpfs add GPFS_GETACL_NATIVE define
this is not in the official GPFS header file, but can be found
in the GPL'd kernel module sources
Signed-off-by: Christian Ambach <ambi@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
-rw-r--r-- | source3/modules/vfs_gpfs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/modules/vfs_gpfs.h b/source3/modules/vfs_gpfs.h index 879b4968c9..70355e8738 100644 --- a/source3/modules/vfs_gpfs.h +++ b/source3/modules/vfs_gpfs.h @@ -23,6 +23,10 @@ */ +#ifndef GPFS_GETACL_NATIVE +#define GPFS_GETACL_NATIVE 0x00000004 +#endif + bool set_gpfs_sharemode(files_struct *fsp, uint32 access_mask, uint32 share_access); int set_gpfs_lease(int fd, int leasetype); |