DragonFly BSD
DragonFly commits List (threaded) for 2003-10
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 18 Oct 2003 13:15:11 -0700 (PDT)

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




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]