Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F167204554
D58682.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
359 B
Referenced Files
None
Subscribers
None
D58682.id.diff
View Options
diff --git a/sys/fs/autofs/autofs.c b/sys/fs/autofs/autofs.c
--- a/sys/fs/autofs/autofs.c
+++ b/sys/fs/autofs/autofs.c
@@ -523,7 +523,7 @@
AUTOFS_DEBUG("trigger interrupted by signal, "
"not retrying");
anp->an_retries = 0;
- return (error);
+ return (EINTR);
}
anp->an_retries++;
if (anp->an_retries >= autofs_retry_attempts) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Aug 20, 10:31 PM (15 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36134325
Default Alt Text
D58682.id.diff (359 B)
Attached To
Mode
D58682: autofs: don't restart syscall when interrupted by signal
Attached
Detach File
Event Timeline
Log In to Comment