Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160677094
D56625.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
303 B
Referenced Files
None
Subscribers
None
D56625.id.diff
View Options
diff --git a/sys/kern/subr_kobj.c b/sys/kern/subr_kobj.c
--- a/sys/kern/subr_kobj.c
+++ b/sys/kern/subr_kobj.c
@@ -308,7 +308,7 @@
{
int error;
- error = kobj_init1(obj, cls, M_NOWAIT);
+ error = kobj_init1(obj, cls, M_WAITOK);
if (error != 0)
panic("kobj_init1 failed: error %d", error);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jun 27, 4:49 PM (1 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32140079
Default Alt Text
D56625.id.diff (303 B)
Attached To
Mode
D56625: kobj: Use M_WAITOK in kobj_init
Attached
Detach File
Event Timeline
Log In to Comment