NetBSD/sys/miscfs
hannken f421b3668b Attach "mnt_transinfo" to "dead_rootmount" so every mount has a
valid "mnt_transinfo" and remove now unneeded flag IMNT_HAS_TRANS.

Run fstrans_start()/fstrans_done() on dead_rootmount if FSTRANS_DEAD_ENABLED.
Should become the default for DIAGNOSTIC in the future.
2019-02-20 10:07:27 +00:00
..
deadfs Add "void *extra" argument to vcache_new() so a file system may 2019-01-01 10:06:54 +00:00
fdesc Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
fifofs
genfs Attach "mnt_transinfo" to "dead_rootmount" so every mount has a 2019-02-20 10:07:27 +00:00
kernfs Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
nullfs Set "mnt_lower" before the first file system operation on the new file system. 2019-02-20 10:05:59 +00:00
overlay Set "mnt_lower" before the first file system operation on the new file system. 2019-02-20 10:05:59 +00:00
procfs As discussed in tech-kern: 2018-12-05 18:16:51 +00:00
specfs Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
umapfs Set "mnt_lower" before the first file system operation on the new file system. 2019-02-20 10:05:59 +00:00
Makefile