summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_glusterfs.c
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2017-07-09 14:21:21 +0200
committerJeremy Allison <jra@samba.org>2017-07-10 23:22:10 +0200
commitc9172c5a4505eb18cb4645e2436eabcc93ec67e1 (patch)
tree8978ff23414f8094cc45df46e7998c380e8be9fa /source3/modules/vfs_glusterfs.c
parent77cbced5d2f8bf65c8d02f5edfaba8cbad519d08 (diff)
downloadsamba-c9172c5a4505eb18cb4645e2436eabcc93ec67e1.tar.gz
s3/vfs: remove SMB_VFS_STRICT_UNLOCK
It's just a noop, so let's remove it. SMB_VFS_STRICT_LOCK doesn't set logs, it just checks for the presence of incompatible locks. Bug: https://bugzilla.samba.org/show_bug.cgi?id=12887 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/modules/vfs_glusterfs.c')
-rw-r--r--source3/modules/vfs_glusterfs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/modules/vfs_glusterfs.c b/source3/modules/vfs_glusterfs.c
index 1dafe8d4089..662892bce8e 100644
--- a/source3/modules/vfs_glusterfs.c
+++ b/source3/modules/vfs_glusterfs.c
@@ -1481,7 +1481,6 @@ static struct vfs_fn_pointers glusterfs_fns = {
.brl_unlock_windows_fn = NULL,
.brl_cancel_windows_fn = NULL,
.strict_lock_fn = NULL,
- .strict_unlock_fn = NULL,
.translate_name_fn = NULL,
.fsctl_fn = NULL,