smbd: Remove the offset argument from ReadDirName()
authorVolker Lendecke <vl@samba.org>
Sat, 10 Jun 2023 13:29:35 +0000 (15:29 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 13 Jun 2023 23:33:39 +0000 (23:33 +0000)
commite2fbe361bab52e906886e70cbaf689393d129285
tree7375741b66a2fec23a91f0e2c80620292935a14b
parentc37d6be2db8ee30d632275e7b1c156a8b5d791a7
smbd: Remove the offset argument from ReadDirName()

Nobody does anything with this anymore, we just call ReadDirName() in
sequence or do a RewindDir(). So we don't have to look at offsets as
given by the file system anymore.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
12 files changed:
source3/modules/vfs_ceph_snapshots.c
source3/modules/vfs_fruit.c
source3/modules/vfs_shadow_copy.c
source3/modules/vfs_streams_depot.c
source3/smbd/close.c
source3/smbd/dir.c
source3/smbd/filename.c
source3/smbd/msdfs.c
source3/smbd/proto.h
source3/smbd/smb1_trans2.c
source3/torture/cmd_vfs.c
source3/torture/vfstest.h