vfs_streams_xattr: make use of vfs_fake_fd_close()
commit1bd5ffc109b426903aca8bb913dc504e3e8dbb0d
authorStefan Metzmacher <metze@samba.org>
Fri, 18 Dec 2020 13:36:00 +0000 (18 14:36 +0100)
committerKarolin Seeger <kseeger@samba.org>
Wed, 13 Jan 2021 12:41:13 +0000 (13 12:41 +0000)
treee0b786ee77fa636ccd661d5c52d5ccc1dde66d31
parentcbdd15c13aa89834b11dc5ec9c6f23cdab692aeb
vfs_streams_xattr: make use of vfs_fake_fd_close()

When we used vfs_fake_fd() we should use vfs_fake_fd_close()
in order to have things symetric.

That may allows us to change vfs_fake_fd() internally if required.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14596

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
(back-ported from commit 40e70cbd3c3a1df9205a7b18d07784c1754cc340)
source3/modules/vfs_streams_xattr.c