smb3: fix caching of ctime on setxattr
authorSteve French <stfrench@microsoft.com>
Wed, 8 Nov 2023 03:38:13 +0000 (21:38 -0600)
committerSteve French <stfrench@microsoft.com>
Thu, 9 Nov 2023 16:25:58 +0000 (10:25 -0600)
commit5923d6686a100c2b4cabd4c2ca9d5a12579c7614
tree9dae276afcb0cd95971771763800e571ec01dcb1
parentf72d96507640835726d4f5ba26c1c11acbe1bc97
smb3: fix caching of ctime on setxattr

Fixes xfstest generic/728 which had been failing due to incorrect
ctime after setxattr and removexattr

Update ctime on successful set of xattr

Cc: stable@vger.kernel.org
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/xattr.c