Re: mfs free

2018-04-02 Thread Todd C. Miller
On Sat, 31 Mar 2018 15:15:34 -0400, David Hill wrote: > Add the free size. (allocated in mfs_vfsops.c) > > mfsp = malloc(sizeof *mfsp, M_MFSNODE, M_WAITOK | M_ZERO); > devvp->v_data = mfsp; OK millert@ - todd

mfs free

2018-03-31 Thread David Hill
Add the free size. (allocated in mfs_vfsops.c) mfsp = malloc(sizeof *mfsp, M_MFSNODE, M_WAITOK | M_ZERO); devvp->v_data = mfsp; OK? Index: ufs/mfs/mfs_vnops.c === RCS file: /cvs/src/sys/ufs/mfs/mfs_vnops.c,v retrievi