s3: VFS: Remove SMB_VFS_READ() function and all implementations.
authorJeremy Allison <jra@samba.org>
Tue, 1 May 2018 19:05:44 +0000 (12:05 -0700)
committerRalph Boehme <slow@samba.org>
Fri, 4 May 2018 20:34:25 +0000 (22:34 +0200)
commitc1bcf1e7fd93a1dbedb210e624f99773a6f3d6f9
tree9901bd8f36e134bd63a1c340e3072cac68763f63
parent75fde601be6058b98cac214e3f97e82cfcd2f4fe
s3: VFS: Remove SMB_VFS_READ() function and all implementations.

All code in Samba now uses SMB_VFS_PREAD or SMB_VFS_PREAD_SEND.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
examples/VFS/skel_opaque.c
examples/VFS/skel_transparent.c
source3/include/vfs.h
source3/include/vfs_macros.h
source3/modules/vfs_cacheprime.c
source3/modules/vfs_ceph.c
source3/modules/vfs_default.c
source3/modules/vfs_full_audit.c
source3/modules/vfs_glusterfs.c
source3/modules/vfs_time_audit.c
source3/smbd/vfs.c