cvs commit: src/sys/kern kern_descrip.c

Alfred Perlstein alfred at FreeBSD.org
Thu Jun 19 11:13:08 PDT 2003


alfred      2003/06/19 11:13:07 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             kern_descrip.c 
  Log:
  Unlock the struct file lock before aquiring Giant, otherwise
  we can deadlock because of lock order reversals.  This was not
  caught because Witness ignores pool mutexes right now.
  
  Diagnosis and help: truckman
  Noticed by: pho
  
  Revision  Changes    Path
  1.204     +3 -3      src/sys/kern/kern_descrip.c


More information about the cvs-src mailing list