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)
committerKarolin Seeger <kseeger@samba.org>
Mon, 14 Aug 2017 08:50:10 +0000 (10:50 +0200)
commitc6422830d6b059841373e531d5a91aa708ba8073
tree9b37587d2413efd918295399c72d36de8a02db98
parentda22be9167a342e2edfbdb49a9b9d34e5bde9b66
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