Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102170904
D39207.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
465 B
Referenced Files
None
Subscribers
None
D39207.diff
View Options
diff --git a/sys/fs/fdescfs/fdesc_vfsops.c b/sys/fs/fdescfs/fdesc_vfsops.c
--- a/sys/fs/fdescfs/fdesc_vfsops.c
+++ b/sys/fs/fdescfs/fdesc_vfsops.c
@@ -90,8 +90,7 @@
if (mp->mnt_flag & (MNT_UPDATE | MNT_ROOTFS))
return (EOPNOTSUPP);
- fmp = malloc(sizeof(struct fdescmount),
- M_FDESCMNT, M_WAITOK); /* XXX */
+ fmp = malloc(sizeof(struct fdescmount), M_FDESCMNT, M_WAITOK);
/*
* We need to initialize a few bits of our local mount point struct to
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 9, 11:43 AM (22 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14559210
Default Alt Text
D39207.diff (465 B)
Attached To
Mode
D39207: Some fdescfs fixes
Attached
Detach File
Event Timeline
Log In to Comment