smbd: Send "share_file_id" with the rename msg
authorVolker Lendecke <vl@samba.org>
Fri, 17 May 2019 08:44:23 +0000 (10:44 +0200)
committerJeremy Allison <jra@samba.org>
Sat, 18 May 2019 20:18:54 +0000 (20:18 +0000)
commit07bbcf3aeca8f9d3ff1487a999c7492e0e9b890a
tree3f30e5ed0c88fd78061256333e95caaebfb355f7
parentf1226bfbe92aed9c96ce142c823986e63d881846
smbd: Send "share_file_id" with the rename msg

file_id plus share_file_id remotely specify the fsp. This avoids the
explicit loop in the receiver.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Sat May 18 20:18:55 UTC 2019 on sn-devel-184
source3/librpc/idl/open_files.idl
source3/locking/locking.c
source3/smbd/open.c