]> err.no Git - linux-2.6/blobdiff - fs/cifs/cifsproto.h
Merge git://git.infradead.org/mtd-2.6
[linux-2.6] / fs / cifs / cifsproto.h
index 7ffd5b0d63cfaf7f5cabc83cacda1aee938675e6..a5ddc62d6fe6e2c09f4b70dcbf4f7a69a22c9b17 100644 (file)
@@ -64,14 +64,12 @@ extern int map_smb_to_linux_error(struct smb_hdr *smb);
 extern void header_assemble(struct smb_hdr *, char /* command */ ,
                            const struct cifsTconInfo *, int /* length of
                            fixed section (word count) in two byte units */);
-#ifdef CONFIG_CIFS_EXPERIMENTAL
 extern int small_smb_init_no_tc(const int smb_cmd, const int wct,
                                struct cifsSesInfo *ses,
                                void ** request_buf);
 extern int CIFS_SessSetup(unsigned int xid, struct cifsSesInfo *ses,
                             const int stage, 
                             const struct nls_table *nls_cp);
-#endif
 extern __u16 GetNextMid(struct TCP_Server_Info *server);
 extern struct oplock_q_entry * AllocOplockQEntry(struct inode *, u16, 
                                                 struct cifsTconInfo *);