diff options
author | Steve French <sfrench@us.ibm.com> | 2005-11-04 09:44:33 -0800 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2005-11-04 09:44:33 -0800 |
commit | ec58ef03284f0bfa50a04982b74c8c2325a0758e (patch) | |
tree | 47e64650d0d001eb26db42580dc6d656a0da3cde /fs/cifs/cifssmb.c | |
parent | cb9dbff92e4bd61851dd32864e78024e9f0a77d2 (diff) | |
download | blackbird-op-linux-ec58ef03284f0bfa50a04982b74c8c2325a0758e.tar.gz blackbird-op-linux-ec58ef03284f0bfa50a04982b74c8c2325a0758e.zip |
[CIFS] Update kconfig for cifs
Add cifs extended stats configure option and reduce experimental code.
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 9312bfc56682..a53c596e1082 100644 --- a/fs/cifs/cifssmb.c +++ b/fs/cifs/cifssmb.c @@ -2959,7 +2959,6 @@ CIFSFindClose(const int xid, struct cifsTconInfo *tcon, const __u16 searchHandle return rc; } -#ifdef CONFIG_CIFS_EXPERIMENTAL int CIFSGetSrvInodeNumber(const int xid, struct cifsTconInfo *tcon, const unsigned char *searchName, @@ -3053,7 +3052,6 @@ GetInodeNumOut: goto GetInodeNumberRetry; return rc; } -#endif /* CIFS_EXPERIMENTAL */ int CIFSGetDFSRefer(const int xid, struct cifsSesInfo *ses, |