s3: smbd: Change dptr_create() to take a const struct smb_filename * instead of const...
authorJeremy Allison <jra@samba.org>
Sat, 27 Feb 2016 00:35:17 +0000 (16:35 -0800)
committerRalph Boehme <slow@samba.org>
Tue, 1 Mar 2016 17:34:24 +0000 (18:34 +0100)
commit247481c12c048c10471895e00e3b7501e1362842
tree9332455c42a01ee85866f84dca6bc001731172cb
parent66ce80c6d94ca407dc54d318c3956fc037672985
s3: smbd: Change dptr_create() to take a const struct smb_filename * instead of const char *.

Also internally change path storage inside struct dptr_struct
to a struct smb_filename *.

This allows me to remove several of the synthetic_smb_fname()
calls I had to add in the previous patches, as we're now
dealing with struct smb_filename * throughout the dptr and
OpenDir code.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Autobuild-User(master): Ralph Böhme <slow@samba.org>
Autobuild-Date(master): Tue Mar  1 18:34:24 CET 2016 on sn-devel-144
source3/smbd/dir.c
source3/smbd/proto.h
source3/smbd/reply.c
source3/smbd/smb2_query_directory.c
source3/smbd/trans2.c