gpfs: Move definition of GPFS_GETACL_NATIVE to vfs_gpfs.c
authorChristof Schmitt <cs@samba.org>
Wed, 18 Feb 2015 22:24:35 +0000 (15:24 -0700)
committerChristof Schmitt <cs@samba.org>
Mon, 2 Mar 2015 21:31:08 +0000 (22:31 +0100)
Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Ralph Böhme <slow@samba.org>
source3/modules/vfs_gpfs.c
source3/modules/vfs_gpfs.h

index b91e377e94a445f0162182025854b1c16cf8c3de..12d163e7b1304fdafea0d58533215c688bf822fc 100644 (file)
 #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;
index 4399c9bb046d01ce13fe0010c292a36a4b71ff24..dbc4f43c8697bbce625e62bbc2baa5c927629e75 100644 (file)
 
 */
 
-#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);