s3/vfs: remove SMB_VFS_STRICT_UNLOCK
commite44257aa15c25dc2b5b02c739d5fb61a325856f2
authorRalph Boehme <slow@samba.org>
Sun, 9 Jul 2017 12:21:21 +0000 (9 14:21 +0200)
committerKarolin Seeger <kseeger@samba.org>
Mon, 24 Jul 2017 20:00:37 +0000 (24 22:00 +0200)
tree7b3a22d6cc32e0170a8ada79c013270a00d431c1
parent8559b2e54663cc2f3a2f63c67d78e62af0f4c087
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>
(cherry picked from commit c9172c5a4505eb18cb4645e2436eabcc93ec67e1)
18 files changed:
examples/VFS/skel_opaque.c
examples/VFS/skel_transparent.c
source3/include/vfs.h
source3/include/vfs_macros.h
source3/locking/locking.c
source3/locking/proto.h
source3/modules/vfs_btrfs.c
source3/modules/vfs_catia.c
source3/modules/vfs_default.c
source3/modules/vfs_full_audit.c
source3/modules/vfs_glusterfs.c
source3/modules/vfs_time_audit.c
source3/smbd/aio.c
source3/smbd/reply.c
source3/smbd/smb2_ioctl_filesys.c
source3/smbd/smb2_read.c
source3/smbd/smb2_write.c
source3/smbd/vfs.c