summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_gpfs.c
diff options
context:
space:
mode:
authorChristof Schmitt <cs@samba.org>2014-12-10 16:05:16 -0700
committerChristof Schmitt <cs@samba.org>2015-03-02 22:31:08 +0100
commita11fed1671a3f00506438b180d3b6c009093a04f (patch)
tree1ddf6ed02a0f9ad87e1d8e1bcfa8eda20eb68593 /source3/modules/vfs_gpfs.c
parentb765b17feaa2e002c87353b720158e7e39ffef7d (diff)
downloadsamba-a11fed1671a3f00506438b180d3b6c009093a04f.tar.gz
samba-a11fed1671a3f00506438b180d3b6c009093a04f.tar.xz
samba-a11fed1671a3f00506438b180d3b6c009093a04f.zip
gpfs: Rename library wrapper to gpfswrap
The code in gpfs.c and vfs_gpfs.h now only wraps the gpfs library. Rename the files to gpfswrap to make it clear that this is the only purpose of that file. Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Ralph Böhme <slow@samba.org>
Diffstat (limited to 'source3/modules/vfs_gpfs.c')
-rw-r--r--source3/modules/vfs_gpfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_gpfs.c b/source3/modules/vfs_gpfs.c
index c8a5ee2707..21707c5f6c 100644
--- a/source3/modules/vfs_gpfs.c
+++ b/source3/modules/vfs_gpfs.c
@@ -27,10 +27,10 @@
#include "modules/non_posix_acls.h"
#include "libcli/security/security.h"
#include "nfs4_acls.h"
-#include "vfs_gpfs.h"
#include "system/filesys.h"
#include "auth.h"
#include "lib/util/tevent_unix.h"
+#include "gpfswrap.h"
#undef DBGC_CLASS
#define DBGC_CLASS DBGC_VFS