summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_extern.h
diff options
context:
space:
mode:
authoriedowse <iedowse@FreeBSD.org>2002-07-01 11:00:47 +0000
committeriedowse <iedowse@FreeBSD.org>2002-07-01 11:00:47 +0000
commit603a2708879d64fbc0c4e66269000f4525895f2e (patch)
tree2098674faebe22dd269ccf65053fd9c36532da98 /sys/ufs/ffs/ffs_extern.h
parent3c634774fa3477cb19a2706307e02bd1747ad49c (diff)
downloadFreeBSD-src-603a2708879d64fbc0c4e66269000f4525895f2e.zip
FreeBSD-src-603a2708879d64fbc0c4e66269000f4525895f2e.tar.gz
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
Diffstat (limited to 'sys/ufs/ffs/ffs_extern.h')
-rw-r--r--sys/ufs/ffs/ffs_extern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ufs/ffs/ffs_extern.h b/sys/ufs/ffs/ffs_extern.h
index 8274765..ae59ca3 100644
--- a/sys/ufs/ffs/ffs_extern.h
+++ b/sys/ufs/ffs/ffs_extern.h
@@ -106,6 +106,7 @@ extern vop_t **ffs_fifoop_p;
* Soft update function prototypes.
*/
void softdep_initialize(void);
+void softdep_uninitialize(void);
int softdep_mount(struct vnode *, struct mount *, struct fs *,
struct ucred *);
int softdep_flushworklist(struct mount *, int *, struct thread *);
OpenPOWER on IntegriCloud