vfs_glusterfs: Add path based fallback mechanism for SMB_VFS_FGETXATTR
authorAnoop C S <anoopcs@samba.org>
Mon, 10 Oct 2022 14:59:13 +0000 (20:29 +0530)
committerRalph Boehme <slow@samba.org>
Wed, 12 Oct 2022 11:46:36 +0000 (11:46 +0000)
commit7af4bfe8285714c137b6347b17305c9cd0702bdd
tree6958791355e63cd5b088b89fb77cde031f5e829c
parent6a6bd1a0530424def64d2d462b54e4c1f4f9bebb
vfs_glusterfs: Add path based fallback mechanism for SMB_VFS_FGETXATTR

Fallback mechanism was missing in vfs_gluster_fgetxattr() for path based
call. Therefore adding a similar mechanism as seen with other calls like
vfs_gluster_fsetxattr, vfs_gluster_flistxattr etc.

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

Signed-off-by: Anoop C S <anoopcs@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/modules/vfs_glusterfs.c