Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109990133
D31525.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
384 B
Referenced Files
None
Subscribers
None
D31525.diff
View Options
diff --git a/sys/compat/linprocfs/linprocfs.c b/sys/compat/linprocfs/linprocfs.c
--- a/sys/compat/linprocfs/linprocfs.c
+++ b/sys/compat/linprocfs/linprocfs.c
@@ -1040,7 +1040,7 @@
sx_slock(&proctree_lock);
PROC_LOCK(p);
- td2 = FIRST_THREAD_IN_PROC(p); /* XXXKSE pretend only one thread */
+ td2 = FIRST_THREAD_IN_PROC(p);
if (P_SHOULDSTOP(p)) {
state = "T (stopped)";
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Feb 13, 4:10 AM (21 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16622311
Default Alt Text
D31525.diff (384 B)
Attached To
Mode
D31525: linprocfs: Eliminate bogus comment (KSE).
Attached
Detach File
Event Timeline
Log In to Comment