Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F110222317
D42474.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
456 B
Referenced Files
None
Subscribers
None
D42474.diff
View Options
diff --git a/sys/kern/kern_linker.c b/sys/kern/kern_linker.c
--- a/sys/kern/kern_linker.c
+++ b/sys/kern/kern_linker.c
@@ -461,8 +461,11 @@
* If we got something other than ENOENT, then it exists but
* we cannot load it for some other reason.
*/
- if (error != ENOENT)
+ if (error != ENOENT) {
foundfile = 1;
+ if (error == EEXIST)
+ break;
+ }
if (lf) {
error = linker_file_register_modules(lf);
if (error == EEXIST) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 16, 8:10 AM (15 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16671233
Default Alt Text
D42474.diff (456 B)
Attached To
Mode
D42474: kern linker: Do not retry loading modules on EEXIST
Attached
Detach File
Event Timeline
Log In to Comment