diff options
author | Jeremy Allison <jra@samba.org> | 2011-05-16 15:39:01 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2011-05-17 19:01:18 +0200 |
commit | 9dd5704aba465520213068cc6c5dd54c41266cd6 (patch) | |
tree | e84e25f007e37fea39a6d28e2164c01cf6c654c0 /source3/include | |
parent | fc79169ca407c33ba78043b00f16c375fd0e92bc (diff) | |
download | samba-9dd5704aba465520213068cc6c5dd54c41266cd6.tar.gz samba-9dd5704aba465520213068cc6c5dd54c41266cd6.tar.bz2 samba-9dd5704aba465520213068cc6c5dd54c41266cd6.zip |
Remove duplicate definition of SMB_VFS_NEXT_STRICT_UNLOCK. Found by herb@samba.org
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/vfs_macros.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/vfs_macros.h b/source3/include/vfs_macros.h index d04be9b5aa..4b1d1d258b 100644 --- a/source3/include/vfs_macros.h +++ b/source3/include/vfs_macros.h @@ -364,9 +364,6 @@ #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) \ |