vfs_gpfs: Use full_path_tos instead of talloc_asprintf
authorChristof Schmitt <cs@samba.org>
Tue, 22 May 2018 19:52:58 +0000 (12:52 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 25 May 2018 23:43:09 +0000 (01:43 +0200)
commit1531fcde8252efcb2f69dd5462beb83786bb1135
tree4d392d1ad2587ae9cfac608ec460dd9981aad0c0
parent1843a2d63259c819eb7a6eefa7f4ab8c46efec37
vfs_gpfs: Use full_path_tos instead of talloc_asprintf

full_path_tos avoids the talloc call for most cases; use that instead of
talloc_asprintf.

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Sat May 26 01:43:09 CEST 2018 on sn-devel-144
source3/modules/vfs_gpfs.c