diff options
Diffstat (limited to 'fs/smb/client/cached_dir.h')
| -rw-r--r-- | fs/smb/client/cached_dir.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/smb/client/cached_dir.h b/fs/smb/client/cached_dir.h index 5e892d53a67a..e549f019b923 100644 --- a/fs/smb/client/cached_dir.h +++ b/fs/smb/client/cached_dir.h @@ -52,12 +52,11 @@ struct cached_fid { struct cached_fids { /* Must be held when: * - accessing the cfids->entries list - * - accessing the cfids->dying list + * - accessing cfids->num_entries */ spinlock_t cfid_list_lock; int num_entries; struct list_head entries; - struct list_head dying; struct delayed_work laundromat_work; }; |
