]> git.ipfire.org Git - thirdparty/samba.git/commit
vfs: Convert pread, pwrite and fsync recv interfaces to macros gitlab/master
authorAnoop C S <anoopcs@samba.org>
Fri, 11 Jul 2025 15:10:12 +0000 (20:40 +0530)
committerAnoop C S <anoopcs@samba.org>
Fri, 8 Aug 2025 13:04:52 +0000 (13:04 +0000)
commitfd3003a28b13d96cb3b94fe0bdaff23409cda0b8
tree2bc73cda455b2b32749d8995b4d7fd9c591672dc
parent68515aa5a73bed540ea543458e1feca8dc40fffd
vfs: Convert pread, pwrite and fsync recv interfaces to macros

Following the common convention of using uppercase letters for macros,
convert SMB_VFS_PREAD_RECV, SMB_VFS_PWRITE_RECV and SMB_VFS_FSYNC_RECV
functions to equivalent macros.

Signed-off-by: Anoop C S <anoopcs@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Autobuild-User(master): Anoop C S <anoopcs@samba.org>
Autobuild-Date(master): Fri Aug  8 13:04:52 UTC 2025 on atb-devel-224
source3/include/vfs.h
source3/include/vfs_macros.h
source3/smbd/vfs.c