NetBSD/sys/ufs
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
..
ext2fs Do genfs_node_init() earlier. PR kern/36162. 2008-02-05 15:18:36 +00:00
ffs Merge all the *different* definitions of bufqueues into one common one. 2008-02-20 17:13:29 +00:00
lfs Merge all the *different* definitions of bufqueues into one common one. 2008-02-20 17:13:29 +00:00
mfs Changes for PR kern/38291 (panic unmounting MFS /tmp): 2008-03-26 14:19:43 +00:00
ufs Catch up with descriptor handling changes. See kern_descrip.c revision 2008-03-21 21:54:58 +00:00
Makefile
files.ufs defflag LFS_KERNEL_RFW (in opt_lfs.h). 2007-12-12 02:56:03 +00:00