s3/libadouble: remove dirfsp arg from ad_convert()
commitd2acd9629eb4c28577e4ba9a4c47bb635e99bea1
authorRalph Boehme <slow@samba.org>
Fri, 22 Jan 2021 16:03:30 +0000 (22 17:03 +0100)
committerJeremy Allison <jra@samba.org>
Thu, 28 Jan 2021 08:11:49 +0000 (28 08:11 +0000)
treec3d7012d951e6569e909bb5b1f6dbc009e0c651c
parent0f3db9b6b5cb86039f51b110104f6fe9f41ad874
s3/libadouble: remove dirfsp arg from ad_convert()

ad_convert() doesn't really need the dirfsp in most places. Only
ad_convert_delete_adfile() would use it, so instead open a dirfsp internally for
this function in a later commit.

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