vfs_glusterfs: Add path based fallback mechanism for SMB_VFS_FNTIMES
commit5d91ecf01dce95400da5d6ac181144df1e32ca35
authorAnoop C S <anoopcs@samba.org>
Thu, 13 Oct 2022 10:24:10 +0000 (13 15:54 +0530)
committerRalph Boehme <slow@samba.org>
Thu, 13 Oct 2022 12:30:37 +0000 (13 12:30 +0000)
tree9e1c1e04a00640f9f7ddaa0f04e8db8c373fa3a6
parent5d66d5b84f87267243dcd5223210906ce589af91
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>
source3/modules/vfs_glusterfs.c