Remove duplicate definition of SMB_VFS_NEXT_STRICT_UNLOCK. Found by herb@samba.org
authorJeremy Allison <jra@samba.org>
Mon, 16 May 2011 22:39:01 +0000 (15:39 -0700)
committerJeremy Allison <jra@samba.org>
Tue, 17 May 2011 17:01:18 +0000 (19:01 +0200)
source3/include/vfs_macros.h

index d04be9b5aae77d06c2d713fbb15583483255ba43..4b1d1d258b8b7cd49e0cea6bd729e423cb995d91 100644 (file)
 #define SMB_VFS_NEXT_TRANSLATE_NAME(handle, name, direction, mem_ctx, mapped_name) \
        smb_vfs_call_translate_name((handle)->next, (name), (direction), (mem_ctx), (mapped_name))
 
-#define SMB_VFS_NEXT_STRICT_UNLOCK(handle, fsp, plock) \
-       smb_vfs_call_strict_unlock((handle)->next, (fsp), (plock))
-
 #define SMB_VFS_FGET_NT_ACL(fsp, security_info, ppdesc) \
        smb_vfs_call_fget_nt_acl((fsp)->conn->vfs_handles, (fsp), (security_info), (ppdesc))
 #define SMB_VFS_NEXT_FGET_NT_ACL(handle, fsp, security_info, ppdesc) \