arm: dts: rk3288-android: disable rockchip timer
[firefly-linux-kernel-4.4.55.git] / fs / cifs / cifsproto.h
index c63fd1dde25b861b011f604522572c5619f177f1..54590fd33df122e780069691e1e7fdacd8d58247 100644 (file)
@@ -205,6 +205,9 @@ extern void cifs_add_pending_open_locked(struct cifs_fid *fid,
                                         struct tcon_link *tlink,
                                         struct cifs_pending_open *open);
 extern void cifs_del_pending_open(struct cifs_pending_open *open);
+extern void cifs_put_tcp_session(struct TCP_Server_Info *server,
+                                int from_reconnect);
+extern void cifs_put_tcon(struct cifs_tcon *tcon);
 
 #if IS_ENABLED(CONFIG_CIFS_DFS_UPCALL)
 extern void cifs_dfs_release_automount_timer(void);