1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

gpfs: Move definition of GPFS_GETACL_NATIVE to vfs_gpfs.c

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Ralph Böhme <slow@samba.org>
This commit is contained in:
Christof Schmitt 2015-02-18 15:24:35 -07:00
parent 38a89f23f1
commit f508f273b2
2 changed files with 4 additions and 4 deletions

View File

@ -38,6 +38,10 @@
#include "auth.h"
#include "lib/util/tevent_unix.h"
#ifndef GPFS_GETACL_NATIVE
#define GPFS_GETACL_NATIVE 0x00000004
#endif
struct gpfs_config_data {
bool sharemodes;
bool leases;

View File

@ -23,10 +23,6 @@
*/
#ifndef GPFS_GETACL_NATIVE
#define GPFS_GETACL_NATIVE 0x00000004
#endif
int gpfswrap_init(void);
int gpfswrap_set_share(int fd, unsigned int allow, unsigned int deny);
int gpfswrap_set_lease(int fd, unsigned int type);