cvs commit: src/sys/vfs/hpfs hpfs.h hpfs_hash.c hpfs_vfsops.c

Hiten Pandya hmp at crater.dragonflybsd.org
Sun Oct 19 14:25:27 PDT 2003


hmp         2003/10/19 14:24:55 PDT

  Modified files:
    sys/vfs/hpfs         hpfs.h hpfs_hash.c hpfs_vfsops.c 
  Log:
  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
  
  Revision  Changes    Path
  1.7       +2 -0      src/sys/vfs/hpfs/hpfs.h
  1.9       +15 -0     src/sys/vfs/hpfs/hpfs_hash.c
  1.11      +1 -1      src/sys/vfs/hpfs/hpfs_vfsops.c






More information about the Commits mailing list