From d9075e19ca8c788824208ee1d77ad5861fe778ed Mon Sep 17 00:00:00 2001 From: Christian Ambach Date: Tue, 8 Jan 2013 15:15:02 +0100 Subject: 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 Reviewed-by: Andrew Bartlett --- source3/modules/vfs_gpfs.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/modules') 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); -- cgit