aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsproto.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r--fs/cifs/cifsproto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h
index a7e238f88898..15e38dc389fc 100644
--- a/fs/cifs/cifsproto.h
+++ b/fs/cifs/cifsproto.h
@@ -190,6 +190,10 @@ extern void cifs_dfs_release_automount_timer(void);
190void cifs_proc_init(void); 190void cifs_proc_init(void);
191void cifs_proc_clean(void); 191void cifs_proc_clean(void);
192 192
193extern void cifs_move_llist(struct list_head *source, struct list_head *dest);
194extern void cifs_free_llist(struct list_head *llist);
195extern void cifs_del_lock_waiters(struct cifsLockInfo *lock);
196
193extern int cifs_negotiate_protocol(const unsigned int xid, 197extern int cifs_negotiate_protocol(const unsigned int xid,
194 struct cifs_ses *ses); 198 struct cifs_ses *ses);
195extern int cifs_setup_session(const unsigned int xid, struct cifs_ses *ses, 199extern int cifs_setup_session(const unsigned int xid, struct cifs_ses *ses,