diff options
author | Pavel Shilovsky <piastry@etersoft.ru> | 2011-12-27 07:23:34 -0500 |
---|---|---|
committer | Pavel Shilovsky <pshilovsky@samba.org> | 2012-07-24 13:54:59 -0400 |
commit | aa24d1e9692411e605084938ced6b160f92df454 (patch) | |
tree | 399446513c2437af67ca8ed065ba16f272715bb4 /fs/cifs/cifsproto.h | |
parent | faaf946a7d5b79194358437150f34ab4c66bfe21 (diff) |
CIFS: Process reconnects for SMB2 shares
Signed-off-by: Pavel Shilovsky <piastry@etersoft.ru>
Signed-off-by: Steve French <smfrench@gmail.com>
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r-- | fs/cifs/cifsproto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h index 3b4d41f9ceeb..61baaa3330fb 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h | |||
@@ -171,6 +171,7 @@ extern struct smb_vol *cifs_get_volume_info(char *mount_data, | |||
171 | const char *devname); | 171 | const char *devname); |
172 | extern int cifs_mount(struct cifs_sb_info *, struct smb_vol *); | 172 | extern int cifs_mount(struct cifs_sb_info *, struct smb_vol *); |
173 | extern void cifs_umount(struct cifs_sb_info *); | 173 | extern void cifs_umount(struct cifs_sb_info *); |
174 | extern void cifs_mark_open_files_invalid(struct cifs_tcon *tcon); | ||
174 | 175 | ||
175 | #if IS_ENABLED(CONFIG_CIFS_DFS_UPCALL) | 176 | #if IS_ENABLED(CONFIG_CIFS_DFS_UPCALL) |
176 | extern void cifs_dfs_release_automount_timer(void); | 177 | extern void cifs_dfs_release_automount_timer(void); |