s3: VFS: default: Move vfswrap_fgetxattr() before the async versions.
authorJeremy Allison <jra@samba.org>
Wed, 14 Jul 2021 18:17:49 +0000 (11:17 -0700)
committerRalph Boehme <slow@samba.org>
Thu, 15 Jul 2021 05:02:30 +0000 (05:02 +0000)
commite0b327f2eb5781a119efde1a2450de4e6d2570e8
tree074f3fad87079230e2536b720f12a871c6b00136
parentd1ffcc8064294060d05d2b657385f69a75df49cf
s3: VFS: default: Move vfswrap_fgetxattr() before the async versions.

We want to re-use this and don't want to have to add forward
declarations.

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

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