diff options
Diffstat (limited to 'fs/smb/client/cached_dir.h')
-rw-r--r-- | fs/smb/client/cached_dir.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/smb/client/cached_dir.h b/fs/smb/client/cached_dir.h index 224c2ded8426..c989cd565040 100644 --- a/fs/smb/client/cached_dir.h +++ b/fs/smb/client/cached_dir.h @@ -85,6 +85,7 @@ extern struct cached_fids *init_cached_dirs(void); extern void destroy_cached_dirs(struct cifs_tcon *tcon, bool teardown); extern struct cached_fid *find_cached_dir(struct cifs_tcon *tcon, const char *path); +extern void add_cached_dir(struct cifs_sb_info *cifs_sb, struct cifs_tcon *tcon, const char *path, struct cifs_fid *fid, struct smb2_file_all_info *info); extern struct cached_fid *open_cached_dir(unsigned int xid, struct cifs_tcon *tcon, const char *path, struct cifs_sb_info *cifs_sb); extern struct cached_fid *open_query_cached_dir(unsigned int xid, struct cifs_tcon *tcon, |