vfs_streams_xattr: remove all uses of fd, use name based functions
commiteddec63813cb5b0fdb5c17adc6da234c5431fa09
authorRalph Boehme <slow@samba.org>
Thu, 11 May 2017 13:05:23 +0000 (11 15:05 +0200)
committerKarolin Seeger <kseeger@samba.org>
Mon, 14 Aug 2017 12:36:20 +0000 (14 14:36 +0200)
treebc7248ece4d989f43ee9c385fe39b5ad869e3ea6
parent35924efedd1545078331422cd2bf9e2e5b7818ef
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>
(backported from commit ea906bb476516c05e7cbda478afd32acb443c03e)
source3/modules/vfs_streams_xattr.c