NetBSD/sys/ufs/mfs
pgoyette 9c68331911 Store config(1)'s root filesystem type as a text string rather than
embedding the address of its xxx_mountroot() in swapnetbsd.c.  This
permits booting of kernels with hard-wired filesystem type even if the
filesystem is in a loadable module (ie, not linked into the kernel
image).

Discussed on current-users.  Tested on amd64 and i386 with both hard-
wired and '?' filesystem times, and on both modular and monolithic
kernels.

Thanks to pooka@ for code review and suggestions.

Addresses my PR kern/40167
2008-12-19 17:11:57 +00:00
..
Makefile
mfs_extern.h Create sysctl entries during module initialisation and destroy them 2008-06-28 01:34:05 +00:00
mfs_vfsops.c Store config(1)'s root filesystem type as a text string rather than 2008-12-19 17:11:57 +00:00
mfs_vnops.c Revert to using specfs_fsync(); using a do-nothing mfs_fsync() does not work 2008-06-02 00:24:28 +00:00
mfsnode.h