K 10 svn:author V 7 iedowse K 8 svn:date V 27 2002-07-01T17:59:40.000000Z K 7 svn:log V 340 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 END