Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F168268193
D59202.id185168.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
455 B
Referenced Files
None
Subscribers
None
D59202.id185168.diff
View Options
diff --git a/sys/compat/linprocfs/linprocfs.c b/sys/compat/linprocfs/linprocfs.c
--- a/sys/compat/linprocfs/linprocfs.c
+++ b/sys/compat/linprocfs/linprocfs.c
@@ -621,7 +621,8 @@
* (5) mountto path
*/
sbuf_printf(sb, "%u 0 0:0 / %s ",
- sp->f_fsid.val[0] ^ sp->f_fsid.val[1], mntto);
+ (sp->f_fsid.val[0] ^ sp->f_fsid.val[1]) & 0x7fffffff,
+ mntto);
/* (6) mount options */
_sbuf_mntoptions_helper(sb, sp->f_flags);
/*
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 28, 7:12 AM (11 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37416611
Default Alt Text
D59202.id185168.diff (455 B)
Attached To
Mode
D59202: linux: cap mount id to INT_MAX
Attached
Detach File
Event Timeline
Log In to Comment