VFS: ceph: Ensure cephwrap_flistxattr() only uses an io fd for a handle based call.
authorJeremy Allison <jra@samba.org>
Fri, 12 Mar 2021 06:55:33 +0000 (22:55 -0800)
committerJeremy Allison <jra@samba.org>
Fri, 12 Mar 2021 19:25:34 +0000 (19:25 +0000)
commite4540a6b6351a0c3c3a810d1100892fb23e19b7b
tree6c63b594c68db24c4b4f727d3a05fe4f644f6f15
parent16a1aefb72f3cf2093f2cffe1bd0e2483b761e6f
VFS: ceph: Ensure cephwrap_flistxattr() 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_ceph.c