]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add the ffs bits necessary to support unloading of the ufs kernel
authorIan Dowse <iedowse@FreeBSD.org>
Mon, 1 Jul 2002 11:00:47 +0000 (11:00 +0000)
committerIan Dowse <iedowse@FreeBSD.org>
Mon, 1 Jul 2002 11:00:47 +0000 (11:00 +0000)
commit5346934fe7577876dc77535e40153c1275a2b252
tree2098674faebe22dd269ccf65053fd9c36532da98
parent0567678261f709788b6d93ec632cd582dc83e620
Add the ffs bits necessary to support unloading of the ufs kernel
module. This adds an ffs_uninit() function that calls ufs_uninit()
and also calls a new softdep_uninitialize() function. Add a stub
for softdep_uninitialize() to cover the non-SOFTUPDATES case.

Reviewed by: mckusick
sys/ufs/ffs/ffs_extern.h
sys/ufs/ffs/ffs_softdep.c
sys/ufs/ffs/ffs_softdep_stub.c
sys/ufs/ffs/ffs_vfsops.c