1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-28 09:49:30 +03:00

s3: VFS: Cleanup. Remove SMB_VFS_FSYNC() macro.

This hasn't been used since bc71cd035c.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Noel Power <npower@samba.org>
This commit is contained in:
Jeremy Allison
2021-06-17 10:57:27 -07:00
committed by Noel Power
parent 002ef728bb
commit c04df97ee5

View File

@ -207,11 +207,6 @@
#define SMB_VFS_NEXT_RENAMEAT(handle, oldfsp, old, newfsp, new) \
smb_vfs_call_renameat((handle)->next, (oldfsp), (old), (newfsp), (new))
#define SMB_VFS_FSYNC(fsp) \
smb_vfs_call_fsync((fsp)->conn->vfs_handles, (fsp))
#define SMB_VFS_NEXT_FSYNC(handle, fsp) \
smb_vfs_call_fsync((handle)->next, (fsp))
#define SMB_VFS_FSYNC_SEND(mem_ctx, ev, fsp) \
smb_vfs_call_fsync_send((fsp)->conn->vfs_handles, (mem_ctx), (ev), \
(fsp))