diff options
| author | Steve French <sfrench@us.ibm.com> | 2006-06-25 11:59:32 -0400 |
|---|---|---|
| committer | Steve French <sfrench@us.ibm.com> | 2006-06-25 11:59:32 -0400 |
| commit | f90f00a358fe887fe5c3454897521064bdace7cc (patch) | |
| tree | 6c1bc938b045602c37ac9ddda90f2424660d9617 | |
| parent | bbe5d235ee201705530a7153b57e141cd77d818b (diff) | |
[CIFS] Fix compile warning when CONFIG_CIFS_EXPERIMENTAL is off
Signed-off-by: Steve French <sfrench@us.ibm.com>
| -rw-r--r-- | fs/cifs/cifsproto.h | 2 | ||||
| -rw-r--r-- | fs/cifs/cifssmb.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h index 7ed06bfa1921..a5ddc62d6fe6 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h | |||
| @@ -64,11 +64,9 @@ extern int map_smb_to_linux_error(struct smb_hdr *smb); | |||
| 64 | extern void header_assemble(struct smb_hdr *, char /* command */ , | 64 | extern void header_assemble(struct smb_hdr *, char /* command */ , |
| 65 | const struct cifsTconInfo *, int /* length of | 65 | const struct cifsTconInfo *, int /* length of |
| 66 | fixed section (word count) in two byte units */); | 66 | fixed section (word count) in two byte units */); |
| 67 | #ifdef CONFIG_CIFS_EXPERIMENTAL | ||
| 68 | extern int small_smb_init_no_tc(const int smb_cmd, const int wct, | 67 | extern int small_smb_init_no_tc(const int smb_cmd, const int wct, |
| 69 | struct cifsSesInfo *ses, | 68 | struct cifsSesInfo *ses, |
| 70 | void ** request_buf); | 69 | void ** request_buf); |
| 71 | #endif | ||
| 72 | extern int CIFS_SessSetup(unsigned int xid, struct cifsSesInfo *ses, | 70 | extern int CIFS_SessSetup(unsigned int xid, struct cifsSesInfo *ses, |
| 73 | const int stage, | 71 | const int stage, |
| 74 | const struct nls_table *nls_cp); | 72 | const struct nls_table *nls_cp); |
diff --git a/fs/cifs/cifssmb.c b/fs/cifs/cifssmb.c index 271a037a386f..38f83db20764 100644 --- a/fs/cifs/cifssmb.c +++ b/fs/cifs/cifssmb.c | |||
| @@ -209,7 +209,6 @@ small_smb_init(int smb_command, int wct, struct cifsTconInfo *tcon, | |||
| 209 | return rc; | 209 | return rc; |
| 210 | } | 210 | } |
| 211 | 211 | ||
| 212 | #ifdef CONFIG_CIFS_EXPERIMENTAL | ||
| 213 | int | 212 | int |
| 214 | small_smb_init_no_tc(const int smb_command, const int wct, | 213 | small_smb_init_no_tc(const int smb_command, const int wct, |
| 215 | struct cifsSesInfo *ses, void **request_buf) | 214 | struct cifsSesInfo *ses, void **request_buf) |
| @@ -235,7 +234,6 @@ small_smb_init_no_tc(const int smb_command, const int wct, | |||
| 235 | 234 | ||
| 236 | return rc; | 235 | return rc; |
| 237 | } | 236 | } |
| 238 | #endif /* CONFIG_CIFS_EXPERIMENTAL */ | ||
| 239 | 237 | ||
| 240 | /* If the return code is zero, this function must fill in request_buf pointer */ | 238 | /* If the return code is zero, this function must fill in request_buf pointer */ |
| 241 | static int | 239 | static int |
