smb3: fix caching of ctime on setxattr
authorSteve French <stfrench@microsoft.com>
Fri, 26 Jan 2024 06:01:37 +0000 (00:01 -0600)
committerSteve French <stfrench@microsoft.com>
Sat, 27 Jan 2024 06:15:50 +0000 (00:15 -0600)
commitafb47a350e4c6f91e38da3e6da8d8a416835a43d
treed47f9c1b2bddc0271544c927087fb23b3b7cf653
parent9a9abd9c858a3f34f7d417d29a105ea368bfc4f9
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/cifs/xattr.c