diff options
author | Steve French <sfrench@us.ibm.com> | 2006-06-25 15:59:32 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2006-06-25 15:59:32 +0000 |
commit | f90f00a358fe887fe5c3454897521064bdace7cc (patch) | |
tree | 6c1bc938b045602c37ac9ddda90f2424660d9617 /fs/cifs/cifssmb.c | |
parent | bbe5d235ee201705530a7153b57e141cd77d818b (diff) | |
download | linux-3.10-f90f00a358fe887fe5c3454897521064bdace7cc.tar.gz linux-3.10-f90f00a358fe887fe5c3454897521064bdace7cc.tar.bz2 linux-3.10-f90f00a358fe887fe5c3454897521064bdace7cc.zip |
[CIFS] Fix compile warning when CONFIG_CIFS_EXPERIMENTAL is off
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifssmb.c')
-rw-r--r-- | fs/cifs/cifssmb.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/cifs/cifssmb.c b/fs/cifs/cifssmb.c index 271a037a386..38f83db2076 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, return rc; } -#ifdef CONFIG_CIFS_EXPERIMENTAL int small_smb_init_no_tc(const int smb_command, const int wct, struct cifsSesInfo *ses, void **request_buf) @@ -235,7 +234,6 @@ small_smb_init_no_tc(const int smb_command, const int wct, return rc; } -#endif /* CONFIG_CIFS_EXPERIMENTAL */ /* If the return code is zero, this function must fill in request_buf pointer */ static int |