Page MenuHomeFreeBSD

D39207.diff
No OneTemporary

D39207.diff

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

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)

Event Timeline