Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106028640
D28387.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
315 B
Referenced Files
None
Subscribers
None
D28387.diff
View Options
diff --git a/sys/fs/tmpfs/tmpfs_vnops.c b/sys/fs/tmpfs/tmpfs_vnops.c
--- a/sys/fs/tmpfs/tmpfs_vnops.c
+++ b/sys/fs/tmpfs/tmpfs_vnops.c
@@ -1609,6 +1609,10 @@
*retval = TMPFS_LINK_MAX;
break;
+ case _PC_SYMLINK_MAX:
+ *retval = MAXPATHLEN;
+ break;
+
case _PC_NAME_MAX:
*retval = NAME_MAX;
break;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Dec 25, 3:39 AM (9 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15593876
Default Alt Text
D28387.diff (315 B)
Attached To
Mode
D28387: tmpfs: implement pathconf(_PC_SYMLINK_MAX)
Attached
Detach File
Event Timeline
Log In to Comment