summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_gpfs.h
diff options
context:
space:
mode:
authorChristian Ambach <ambi@samba.org>2013-01-08 15:15:02 +0100
committerAndrew Bartlett <abartlet@samba.org>2013-02-04 12:19:30 +0100
commitd9075e19ca8c788824208ee1d77ad5861fe778ed (patch)
treecde18eeb720ddef91ab23dbf6ae28622dad46391 /source3/modules/vfs_gpfs.h
parentb4be8d5073c0476f1220569f7151f267a5c39635 (diff)
downloadsamba-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>
Diffstat (limited to 'source3/modules/vfs_gpfs.h')
-rw-r--r--source3/modules/vfs_gpfs.h4
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);