NetBSD/sys/ufs/mfs
ad 021b86dd4b Changes for PR kern/38291 (panic unmounting MFS /tmp):
- Reference count the mfsnode to fix an aincent bug. Only destroy when
  reference count drops to zero. In mfs_start(), busy the mount and get
  a reference to the mfsnode to prevent it disappearing while the server
  is running. If the file system is gone already, vfs_busy() will fail.
- Always destroy the bufq.
- Use a global mfs_lock for simplicity.
- Replace use of malloc/free. Fixes broken MALLOC_TYPE change.
2008-03-26 14:19:43 +00:00
..
Makefile
mfs_extern.h Changes for PR kern/38291 (panic unmounting MFS /tmp): 2008-03-26 14:19:43 +00:00
mfs_vfsops.c Changes for PR kern/38291 (panic unmounting MFS /tmp): 2008-03-26 14:19:43 +00:00
mfs_vnops.c Changes for PR kern/38291 (panic unmounting MFS /tmp): 2008-03-26 14:19:43 +00:00
mfsnode.h Changes for PR kern/38291 (panic unmounting MFS /tmp): 2008-03-26 14:19:43 +00:00