smbd: Use full_path_tos() where appropriate
commit25c14ef0928ed46131dd4599fed37ec74bbc74e5
authorVolker Lendecke <vl@samba.org>
Wed, 11 Jun 2014 09:32:56 +0000 (11 09:32 +0000)
committerJeremy Allison <jra@samba.org>
Wed, 11 Jun 2014 16:47:14 +0000 (11 18:47 +0200)
tree825b5f637fdd6008c26fbb179b3056df022f074f
parent62403c49924274d58b2e15196fa8082f984a548b
smbd: Use full_path_tos() where appropriate

Recently I've got reports that SMB2_FIND is slower than trans2 findfirst,
so this tries to use recent performance-sensitive APIs right from the
start :-)

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/smb2_find.c