projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
lockd: convert nsm_mutex to a spinlock
[linux-2.6]
/
fs
/
nfsd
/
nfssvc.c
diff --git
a/fs/nfsd/nfssvc.c
b/fs/nfsd/nfssvc.c
index
9647b0f
..
941041f
100644
(file)
--- a/
fs/nfsd/nfssvc.c
+++ b/
fs/nfsd/nfssvc.c
@@
-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,
@@
-254,7
+253,6
@@
static int nfsd_init_socks(int port)
}
if (error < 0)
return error;
-#endif
return 0;
}