summaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
diff options
context:
space:
mode:
authorAurelien Aptel2018-06-14 15:43:16 +0200
committerSteve French2018-06-15 09:38:08 +0200
commite2292430c49dbbe2d54438a4c05dd937a8eeecdd (patch)
treeb9ad95c37c51cb5eb4fcca3d97319ed0c94d4162 /fs/cifs/connect.c
parentcifs: Fix encryption/signing (diff)
downloadkernel-qcow2-linux-e2292430c49dbbe2d54438a4c05dd937a8eeecdd.tar.gz
kernel-qcow2-linux-e2292430c49dbbe2d54438a4c05dd937a8eeecdd.tar.xz
kernel-qcow2-linux-e2292430c49dbbe2d54438a4c05dd937a8eeecdd.zip
CIFS: move default port definitions to cifsglob.h
Signed-off-by: Aurelien Aptel <aaptel@suse.com> Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/cifs/connect.c')
-rw-r--r--fs/cifs/connect.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c
index 267c6f70cf98..a57da1b88bdf 100644
--- a/fs/cifs/connect.c
+++ b/fs/cifs/connect.c
@@ -57,9 +57,6 @@
#include "smb2proto.h"
#include "smbdirect.h"
-#define CIFS_PORT 445
-#define RFC1001_PORT 139
-
extern mempool_t *cifs_req_poolp;
extern bool disable_legacy_dialects;