diff options
author | Steve French <sfrench@us.ibm.com> | 2006-06-23 02:33:48 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2006-06-23 02:33:48 +0000 |
commit | 189acaaef81b1d71aedd0d28810de24160c2e781 (patch) | |
tree | 7360484f3e255557641053f170ab324572d4b855 /fs/cifs/cifsproto.h | |
parent | 75ba632a01d4dc70d0a0f3a92b5ec9b4a3644b2d (diff) | |
download | op-kernel-dev-189acaaef81b1d71aedd0d28810de24160c2e781.zip op-kernel-dev-189acaaef81b1d71aedd0d28810de24160c2e781.tar.gz |
[CIFS] Enable sec flags on mount for cifs (part one)
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r-- | fs/cifs/cifsproto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h index 7ffd5b0..7ed06bf 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h @@ -68,10 +68,10 @@ extern void header_assemble(struct smb_hdr *, char /* command */ , extern int small_smb_init_no_tc(const int smb_cmd, const int wct, struct cifsSesInfo *ses, void ** request_buf); +#endif 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 *); |