summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2013-11-15 17:02:19 +0100
committerJeremy Allison <jra@samba.org>2013-11-15 11:07:58 -0800
commit4deb00a60f484824217a9683ec9cc2838deae8e0 (patch)
tree89fca3e341d91a9a9cf64010a09d8100c4c938fe
parent9e7e83e9d07e967ac966b1cc17f21cb75c81a774 (diff)
downloadsamba-4deb00a60f484824217a9683ec9cc2838deae8e0.tar.gz
samba-4deb00a60f484824217a9683ec9cc2838deae8e0.tar.xz
samba-4deb00a60f484824217a9683ec9cc2838deae8e0.zip
s3-vfs: Make glfs_set_preopened() static.
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
-rw-r--r--source3/modules/vfs_glusterfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_glusterfs.c b/source3/modules/vfs_glusterfs.c
index d792fb33bf..ca7d790e18 100644
--- a/source3/modules/vfs_glusterfs.c
+++ b/source3/modules/vfs_glusterfs.c
@@ -145,7 +145,7 @@ static struct glfs_preopened {
} *glfs_preopened;
-int glfs_set_preopened(const char *volume, glfs_t *fs)
+static int glfs_set_preopened(const char *volume, glfs_t *fs)
{
struct glfs_preopened *entry = NULL;