Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92814
b: refs/heads/master
c: 5ea0dd6
h: refs/heads/master
v: v3
  • Loading branch information
Chuck Lever authored and J. Bruce Fields committed Apr 23, 2008
1 parent 2bece87 commit b9f3da9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c0ce6ec87c59d7a29438717b1f72f83fb408f416
refs/heads/master: 5ea0dd61f221ba2701314a85e998b8202412553d
10 changes: 0 additions & 10 deletions trunk/fs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1696,7 +1696,6 @@ config NFSD
select EXPORTFS
select NFSD_V2_ACL if NFSD_V3_ACL
select NFS_ACL_SUPPORT if NFSD_V2_ACL
select NFSD_TCP if NFSD_V4
select CRYPTO_MD5 if NFSD_V4
select CRYPTO if NFSD_V4
select FS_POSIX_ACL if NFSD_V4
Expand Down Expand Up @@ -1755,15 +1754,6 @@ config NFSD_V4
should only be used if you are interested in helping to test NFSv4.
If unsure, say N.

config NFSD_TCP
bool "Provide NFS server over TCP support"
depends on NFSD
default y
help
If you want your NFS server to support TCP connections, say Y here.
TCP connections usually perform better than the default UDP when
the network is lossy or congested. If unsure, say Y.

config ROOT_NFS
bool "Root file system on NFS"
depends on NFS_FS=y && IP_PNP
Expand Down
2 changes: 0 additions & 2 deletions trunk/fs/nfsd/nfssvc.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ static int nfsd_init_socks(int port)
if (error < 0)
return error;

#ifdef CONFIG_NFSD_TCP
error = lockd_up(IPPROTO_TCP);
if (error >= 0) {
error = svc_create_xprt(nfsd_serv, "tcp", port,
Expand All @@ -254,7 +253,6 @@ static int nfsd_init_socks(int port)
}
if (error < 0)
return error;
#endif
return 0;
}

Expand Down

0 comments on commit b9f3da9

Please sign in to comment.