VFS: gluster: Allow vfs_gluster_fremovexattr() to cope with pathref fsps.
authorJeremy Allison <jra@samba.org>
Fri, 12 Mar 2021 22:19:28 +0000 (14:19 -0800)
committerRalph Boehme <slow@samba.org>
Wed, 7 Apr 2021 16:26:28 +0000 (16:26 +0000)
commit0c335a325d8ffcc71543d9e8503a47496dc6afb7
tree3ce2e9c03555aa987fbd048b833fcdc5c8650f9f
parentea1b763b6a6785f6dacd0d264948f32ab1ba6f92
VFS: gluster: Allow vfs_gluster_fremovexattr() to cope with pathref fsps.

Ensure it only uses an io fd for a handle based call.

Otherwise fall back to pathname based. This is the same as the
fallback used in vfs_default.c

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