Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320546
b: refs/heads/master
c: b042414
h: refs/heads/master
v: v3
  • Loading branch information
NeilBrown authored and Trond Myklebust committed Jul 31, 2012
1 parent 9523cb9 commit 9160fa3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: caea33da898e4e14f0ba58173e3b7689981d2c0b
refs/heads/master: b042414feb240df5f5911b9bca39b61e6738e814
4 changes: 4 additions & 0 deletions trunk/fs/nfs/callback.c
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,10 @@ int nfs_callback_up(u32 minorversion, struct rpc_xprt *xprt)
ret = -ENOMEM;
goto out_err;
}
/* As there is only one thread we need to over-ride the
* default maximum of 80 connections
*/
serv->sv_maxconn = 1024;

ret = svc_bind(serv, net);
if (ret < 0) {
Expand Down

0 comments on commit 9160fa3

Please sign in to comment.