vfs_aio_pthread: avoid parent_smb_fname()
commitef17a408c8a55397de26bb513163e7c172fbb1e7
authorRalph Boehme <slow@samba.org>
Thu, 14 May 2020 15:08:15 +0000 (14 17:08 +0200)
committerRalph Boehme <slow@samba.org>
Thu, 21 May 2020 05:23:30 +0000 (21 05:23 +0000)
treeb0c2964f8169fe60b10a10870366afd8a85a2460
parenta30825f29ee32050b2506aa0b071c5446412ddc0
vfs_aio_pthread: avoid parent_smb_fname()

opd->dname was only needed for debug messages, use opd->fsp_name for that. And
opd->fname can be just made a copy of smb_fname. This avoids calling
parent_smb_fname().

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/vfs_aio_pthread.c