Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jul 2002 04:00:48 -0700 (PDT)
From:      Ian Dowse <iedowse@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ufs/ffs ffs_extern.h ffs_softdep.c ffs_softdep_stub.c ffs_vfsops.c
Message-ID:  <200207011100.g61B0mVf090320@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
iedowse     2002/07/01 04:00:48 PDT

  Modified files:
    sys/ufs/ffs          ffs_extern.h ffs_softdep.c 
                         ffs_softdep_stub.c ffs_vfsops.c 
  Log:
  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
  
  Revision  Changes    Path
  1.49      +1 -0      src/sys/ufs/ffs/ffs_extern.h
  1.118     +13 -0     src/sys/ufs/ffs/ffs_softdep.c
  1.24      +7 -0      src/sys/ufs/ffs/ffs_softdep_stub.c
  1.186     +17 -2     src/sys/ufs/ffs/ffs_vfsops.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207011100.g61B0mVf090320>