vfs_fruit: convert ad_open_rsrc() to open a proper fsp with SMB_VFS_CREATE_FILE()
authorRalph Boehme <slow@samba.org>
Thu, 23 May 2019 14:42:52 +0000 (16:42 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 30 May 2019 20:19:27 +0000 (20:19 +0000)
commit29418c726be74feb1d8c3ac9f7b8c983901a2aab
tree116267cd991b6c8a4abbd0ce165627f6600a485b
parentf5f7d1e9bf7e39933ccf7c874e682f9df80a6fec
vfs_fruit: convert ad_open_rsrc() to open a proper fsp with SMB_VFS_CREATE_FILE()

A first step in converting all raw syscalls to use proper VFS functions. All
existing users of the raw system filedescriptor continue to use the fd from
fsp->fh for now.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=13968

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