freebsd-dev/sys/ufs
Ian Dowse 6bd521df93 Use indirect function pointer hooks instead of #ifdef SOFTUPDATES
direct calls for the two places where the kernel calls into soft
updates code. Set up the hooks in softdep_initialize() and NULL
them out in softdep_uninitialize(). This change allows soft updates
to function correctly when ufs is loaded as a module.

Reviewed by:	mckusick
2002-07-01 17:59:40 +00:00
..
ffs Use indirect function pointer hooks instead of #ifdef SOFTUPDATES 2002-07-01 17:59:40 +00:00
ufs Remove the bogus SYSINIT from ufs_dirhash.c and instead add a call 2002-06-30 02:49:39 +00:00