diff options
Diffstat (limited to 'fs/smb/client/cached_dir.h')
| -rw-r--r-- | fs/smb/client/cached_dir.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/smb/client/cached_dir.h b/fs/smb/client/cached_dir.h index 92e95c56fd1c..47c0404ba84a 100644 --- a/fs/smb/client/cached_dir.h +++ b/fs/smb/client/cached_dir.h @@ -71,7 +71,6 @@ static inline bool cfid_is_valid(const struct cached_fid *cfid) } extern struct cached_fids *init_cached_dirs(void); -extern void free_cached_dirs(struct cached_fids *cfids); extern int open_cached_dir(unsigned int xid, struct cifs_tcon *tcon, const char *path, struct cifs_sb_info *cifs_sb, @@ -85,7 +84,6 @@ extern void drop_cached_dir_by_name(const unsigned int xid, const char *name, struct cifs_sb_info *cifs_sb); extern void close_all_cached_dirs(struct cifs_sb_info *cifs_sb); -extern void invalidate_all_cached_dirs(struct cifs_tcon *tcon); +extern void invalidate_all_cached_dirs(struct cached_fids *cfids); extern bool cached_dir_lease_break(struct cifs_tcon *tcon, __u8 lease_key[16]); - #endif /* _CACHED_DIR_H */ |
