Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153801541
D16087.id44766.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
352 B
Referenced Files
None
Subscribers
None
D16087.id44766.diff
View Options
Index: head/sys/rpc/svc.c
===================================================================
--- head/sys/rpc/svc.c
+++ head/sys/rpc/svc.c
@@ -1185,7 +1185,8 @@
/*
* Enforce maxthreads count.
*/
- if (grp->sg_threadcount > grp->sg_maxthreads)
+ if (!ismaster && grp->sg_threadcount >
+ grp->sg_maxthreads)
break;
/*
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 24, 8:57 PM (8 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32091367
Default Alt Text
D16087.id44766.diff (352 B)
Attached To
Mode
D16087: fix a case where the kernel nfsd threads do not terminate
Attached
Detach File
Event Timeline
Log In to Comment