Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146175742
D12448.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
446 B
Referenced Files
None
Subscribers
None
D12448.diff
View Options
Index: head/sys/kern/subr_gtaskqueue.c
===================================================================
--- head/sys/kern/subr_gtaskqueue.c
+++ head/sys/kern/subr_gtaskqueue.c
@@ -775,7 +775,7 @@
}
if (qid == -1) {
mtx_unlock(&qgroup->tqg_lock);
- printf("%s: qid not found for %s cpu=%d\n", __func__, name, cpu);
+ printf("%s: qid not found for cpu=%d\n", __func__, cpu);
return (EINVAL);
}
qgroup->tqg_queue[qid].tgc_cnt++;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 1, 11:39 AM (11 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29111831
Default Alt Text
D12448.diff (446 B)
Attached To
Mode
D12448: Fix error (undeclared variable used) introduced in r323879
Attached
Detach File
Event Timeline
Log In to Comment