Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144563592
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
Tue, Feb 10, 3:16 PM (4 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28627203
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