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

cvs commit: src/sys/kern vfs_syscalls.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 22 Apr 2006 17:54:11 -0700 (PDT)

dillon      2006/04/22 17:54:11 PDT

DragonFly src repository

  Modified files:
    sys/kern             vfs_syscalls.c 
  Log:
  Get rid of LK_DRAIN in dounmount().  LK_DRAIN locks are not SMP friendly and
  can lead to structural pointer races against free() operations.  Struct mount
  is protected by the MNTK_UNMOUNT flag.
  
  Revision  Changes    Path
  1.81      +4 -3      src/sys/kern/vfs_syscalls.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_syscalls.c.diff?r1=1.80&r2=1.81&f=u



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