Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108243488
D22384.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
487 B
Referenced Files
None
Subscribers
None
D22384.diff
View Options
Index: head/sys/compat/linux/linux_file.c
===================================================================
--- head/sys/compat/linux/linux_file.c
+++ head/sys/compat/linux/linux_file.c
@@ -132,8 +132,11 @@
/* XXX LINUX_O_NOATIME: unable to be easily implemented. */
error = kern_openat(td, dirfd, path, UIO_SYSSPACE, bsd_flags, mode);
- if (error != 0)
+ if (error != 0) {
+ if (error == EMLINK)
+ error = ELOOP;
goto done;
+ }
if (bsd_flags & O_NOCTTY)
goto done;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 24, 1:16 AM (21 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16069955
Default Alt Text
D22384.diff (487 B)
Attached To
Mode
D22384: linux(4): return ELOOP instead of EMLINK
Attached
Detach File
Event Timeline
Log In to Comment