Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jun 2002 19:49:40 -0700 (PDT)
From:      Ian Dowse <iedowse@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ufs/ufs dirhash.h quota.h ufs_dirhash.c ufs_extern.h ufs_ihash.c ufs_quota.c ufs_vfsops.c
Message-ID:  <200206300249.g5U2nf2q034950@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
iedowse     2002/06/29 19:49:40 PDT

  Modified files:
    sys/ufs/ufs          dirhash.h quota.h ufs_dirhash.c 
                         ufs_extern.h ufs_ihash.c ufs_quota.c 
                         ufs_vfsops.c 
  Log:
  Remove the bogus SYSINIT from ufs_dirhash.c and instead add a call
  to ufsdirhash_init() from ufs_init(). Add uninit() functions
  corresponding the ufs, dirhash, quota and ihash init() functions.
  
  Revision  Changes    Path
  1.3       +3 -1      src/sys/ufs/ufs/dirhash.h
  1.22      +1 -0      src/sys/ufs/ufs/quota.h
  1.13      +8 -3      src/sys/ufs/ufs/ufs_dirhash.c
  1.44      +2 -0      src/sys/ufs/ufs/ufs_extern.h
  1.34      +11 -0     src/sys/ufs/ufs/ufs_ihash.c
  1.57      +15 -0     src/sys/ufs/ufs/ufs_quota.c
  1.34      +26 -4     src/sys/ufs/ufs/ufs_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?200206300249.g5U2nf2q034950>