aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2005-11-10 15:33:38 -0800
committerSteve French <sfrench@us.ibm.com>2005-11-10 15:33:38 -0800
commita2653ebab3a96c6e6183360821faa492c1f88c3f (patch)
treed14fb220e2f4191fd506fd7628312987a186bb4a /fs/cifs
parent(no commit message) (diff)
downloadlinux-dev-a2653ebab3a96c6e6183360821faa492c1f88c3f.tar.xz
linux-dev-a2653ebab3a96c6e6183360821faa492c1f88c3f.zip
[CIFS] Reserve upcall IDX value for CIFS with connector header and add
Kconfig option for CIFS upcall. Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs')
-rw-r--r--fs/cifs/connect.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c
index 450ab75d6546..2cb620716bc1 100644
--- a/fs/cifs/connect.c
+++ b/fs/cifs/connect.c
@@ -42,6 +42,7 @@
#include "ntlmssp.h"
#include "nterr.h"
#include "rfc1002pdu.h"
+#include "cn_cifs.h"
#define CIFS_PORT 445
#define RFC1001_PORT 139