freebsd-dev/sys/ufs
Poul-Henning Kamp 5e8c582ac2 Put a version element in the VFS filesystem configuration structure
and refuse initializing filesystems with a wrong version.  This will
aid maintenance activites on the 5-stable branch.

s/vfs_mount/vfs_omount/

s/vfs_nmount/vfs_mount/

Name our filesystems mount function consistently.

Eliminate the namiedata argument to both vfs_mount and vfs_omount.
It was originally there to save stack space.  A few places abused
it to get hold of some credentials to pass around.  Effectively
it is unused.

Reorganize the root filesystem selection code.
2004-07-30 22:08:52 +00:00
..
ffs Put a version element in the VFS filesystem configuration structure 2004-07-30 22:08:52 +00:00
ufs Avoid using casts as lvalues. Introduce DIP_SET macro which sets proper 2004-07-28 06:41:27 +00:00