diff options
author | Pavel Shilovsky <pshilovsky@samba.org> | 2012-07-12 10:30:44 -0400 |
---|---|---|
committer | Pavel Shilovsky <pshilovsky@samba.org> | 2012-07-24 13:55:17 -0400 |
commit | 9094fad1ed90caebd25b1bdec3c8982d079356ee (patch) | |
tree | a6a111f572f18533d31d80a771fe848507cb26b6 /fs/cifs/connect.c | |
parent | f6d7617862e106affc59c6933099e45629af5c4e (diff) |
CIFS: Add echo request support for SMB2
Signed-off-by: Pavel Shilovsky <piastryyy@gmail.com>
Signed-off-by: Steve French <smfrench@gmail.com>
Diffstat (limited to 'fs/cifs/connect.c')
-rw-r--r-- | fs/cifs/connect.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c index a83ed766aa94..5ab173fd6339 100644 --- a/fs/cifs/connect.c +++ b/fs/cifs/connect.c | |||
@@ -56,9 +56,6 @@ | |||
56 | #define CIFS_PORT 445 | 56 | #define CIFS_PORT 445 |
57 | #define RFC1001_PORT 139 | 57 | #define RFC1001_PORT 139 |
58 | 58 | ||
59 | /* SMB echo "timeout" -- FIXME: tunable? */ | ||
60 | #define SMB_ECHO_INTERVAL (60 * HZ) | ||
61 | |||
62 | extern mempool_t *cifs_req_poolp; | 59 | extern mempool_t *cifs_req_poolp; |
63 | 60 | ||
64 | /* FIXME: should these be tunable? */ | 61 | /* FIXME: should these be tunable? */ |