summaryrefslogtreecommitdiffstats
path: root/fs/smb/client/cached_dir.h
diff options
context:
space:
mode:
authorEnzo Matsumiya <ematsumiya@suse.de>2025-10-04 19:56:36 -0500
committerSteve French <stfrench@microsoft.com>2025-10-09 11:18:09 -0500
commit7ae6152b78316319b9c935eb17c863fbebf54ea6 (patch)
treee34c3c96e6f4054df5eb82135297ea8dca4245c9 /fs/smb/client/cached_dir.h
parentsmb: client: remove redudant assignment in cifs_strict_fsync() (diff)
downloadlinux-7ae6152b78316319b9c935eb17c863fbebf54ea6.tar.gz
linux-7ae6152b78316319b9c935eb17c863fbebf54ea6.zip
smb: client: remove cfids_invalidation_worker
We can do the same cleanup on laundromat. On invalidate_all_cached_dirs(), run laundromat worker with 0 timeout and flush it for immediate + sync cleanup. Signed-off-by: Enzo Matsumiya <ematsumiya@suse.de> Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to '')
-rw-r--r--fs/smb/client/cached_dir.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/smb/client/cached_dir.h b/fs/smb/client/cached_dir.h
index 31339dc32719..1e383db7c337 100644
--- a/fs/smb/client/cached_dir.h
+++ b/fs/smb/client/cached_dir.h
@@ -62,7 +62,6 @@ struct cached_fids {
int num_entries;
struct list_head entries;
struct list_head dying;
- struct work_struct invalidation_work;
struct delayed_work laundromat_work;
/* aggregate accounting for all cached dirents under this tcon */
atomic_long_t total_dirents_entries;