vfs_streams_xattr: remove all uses of fd, use name based functions
authorRalph Boehme <slow@samba.org>
Thu, 11 May 2017 13:05:23 +0000 (15:05 +0200)
committerVolker Lendecke <vl@samba.org>
Wed, 9 Aug 2017 16:41:06 +0000 (18:41 +0200)
commitea906bb476516c05e7cbda478afd32acb443c03e
tree6f26f7cde9bb32174aa0c52a9a107d55e023c256
parentec32f33ea6d50d9cb504400c3ef1e78643502e1a
vfs_streams_xattr: remove all uses of fd, use name based functions

We don't really need an fd in this module, all calls to the VFS xattr
API can just use the name based versions.

This paves the way for removing the open of the basefile in
streams_xattr_open() in a later commit.

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

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Richard Sharpe <realrichardsharpe@gmail.com>
Reviewed-by: Volker Lendecke <vl@samba.org>
source3/modules/vfs_streams_xattr.c