mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
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>
This commit is contained in:
parent
b4be8d5073
commit
d9075e19ca
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user