]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3: VFS: Cleanup. Remove SMB_VFS_FSYNC() macro.
authorJeremy Allison <jra@samba.org>
Thu, 17 Jun 2021 17:57:27 +0000 (10:57 -0700)
committerNoel Power <npower@samba.org>
Tue, 22 Jun 2021 13:44:34 +0000 (13:44 +0000)
This hasn't been used since bc71cd035c816de4ca98002860496bf8f5d50fe3.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Noel Power <npower@samba.org>
source3/include/vfs_macros.h

index c5c7a993ac870971899b41098dfe97b7765f7c2d..2d2aa206c2e0ca068debf232a735211ec70cb5b2 100644 (file)
 #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))