vfs_glusterfs: Add path based fallback mechanism for SMB_VFS_FNTIMES
commit9dbbce3f4e72eae302bd9e18013d80f544220ee2
authorAnoop C S <anoopcs@samba.org>
Thu, 13 Oct 2022 10:24:10 +0000 (13 15:54 +0530)
committerJule Anger <janger@samba.org>
Wed, 23 Nov 2022 12:44:16 +0000 (23 12:44 +0000)
tree51e72c65f1448f12633ee24f62a21663837f8859
parent4a3dcb3257834285a198c5ff3c18a2eaac3d38ab
vfs_glusterfs: Add path based fallback mechanism for SMB_VFS_FNTIMES

Fallback mechanism was missing in vfs_gluster_fntimes() for path based
call. Therefore adding a similar mechanism as seen with other calls like
vfs_gluster_fsetxattr, vfs_gluster_fgetxattr 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>
(cherry picked from commit 5d91ecf01dce95400da5d6ac181144df1e32ca35)
source3/modules/vfs_glusterfs.c