cvs commit: src/sys/vfs/hpfs hpfs_hash.c src/sys/vfs/isofs/cd9660 cd9660_node.c src/sys/vfs/msdosfs msdosfs_denode.c src/sys/vfs/ufs ufs_ihash.c

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Oct 18 13:16:40 PDT 2003


dillon      2003/10/18 13:15:11 PDT

  Modified files:
    sys/vfs/hpfs         hpfs_hash.c 
    sys/vfs/isofs/cd9660 cd9660_node.c 
    sys/vfs/msdosfs      msdosfs_denode.c 
    sys/vfs/ufs          ufs_ihash.c 
  Log:
  Fix races in ihashget that were introduced when I introduced the
  lwkt_gettoken() API to interlock the vnode and hash table ops.
  
  Report-by: David Rhodus.
  
  Revision  Changes    Path
  1.8       +5 -22     src/sys/vfs/hpfs/hpfs_hash.c
  1.8       +14 -3     src/sys/vfs/isofs/cd9660/cd9660_node.c
  1.9       +14 -3     src/sys/vfs/msdosfs/msdosfs_denode.c
  1.7       +14 -3     src/sys/vfs/ufs/ufs_ihash.c






More information about the Commits mailing list