cvs commit: src/sys/kern kern_descrip.c

Robert Watson rwatson at FreeBSD.org
Thu May 15 14:13:09 PDT 2003


rwatson     2003/05/15 14:13:08 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             kern_descrip.c 
  Log:
  VOP_PATHCONF() requires a vnode lock; this patch adds locking to
  fpathconf(). The lock is held for direct calls to VOP_PATHCONF() in
  pathconf() already.
  
  Approved by:    re (jhb)
  Pointed out by: DEBUG_VFS_LOCKS
  
  Revision  Changes    Path
  1.196     +2 -0      src/sys/kern/kern_descrip.c


More information about the cvs-src mailing list