]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
smb: client: update cfid->last_access_time in open_cached_dir_by_dentry()
authorHenrique Carvalho <henrique.carvalho@suse.com>
Fri, 19 Sep 2025 01:41:58 +0000 (22:41 -0300)
committerSteve French <stfrench@microsoft.com>
Thu, 2 Oct 2025 03:01:03 +0000 (22:01 -0500)
commit5676398315b73f21d6a4e2d36606ce94e8afc79e
tree9c26d367eaf3f9f22d0fe22dd924dcdb6cba5efd
parenta365f2c049b3846640234bc25e4f8c46abea6c98
smb: client: update cfid->last_access_time in open_cached_dir_by_dentry()

open_cached_dir_by_dentry() was missing an update of
cfid->last_access_time to jiffies, similar to what open_cached_dir()
has.

Add it to the function.

Signed-off-by: Henrique Carvalho <henrique.carvalho@suse.com>
Reviewed-by: Enzo Matsumiya <ematsumiya@suse.de>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/cached_dir.c