Un-initialise (i.e free) the HPFS inode hash; previously, unloading
authorHiten Pandya <hmp@dragonflybsd.org>
Sun, 19 Oct 2003 21:24:55 +0000 (21:24 +0000)
committerHiten Pandya <hmp@dragonflybsd.org>
Sun, 19 Oct 2003 21:24:55 +0000 (21:24 +0000)
commitae61ec9d7879ebbc38564fd827fcae67cbbf1f8d
treeb0b3f58e78efe1be734ebe4a12de97ff9300a9a8
parent731100e5251713a5fe6d2cc22a4d985cea80fb32
Un-initialise (i.e free) the HPFS inode hash; previously, unloading
the HPFS module led to stray number of bytes still being allocated.
32K almost.

Related to:

   malloc_uninit: 32768 bytes of 'HPFS hphash' still allocated on cpu0
sys/vfs/hpfs/hpfs.h
sys/vfs/hpfs/hpfs_hash.c
sys/vfs/hpfs/hpfs_vfsops.c