jhb         2007-03-15 21:19:21 UTC
  FreeBSD src repository
  Modified files:
    sys/kern             kern_descrip.c 
  Log:
  Just use 'fdrop()' instead of 'FILE_LOCK(); fdrop_locked()' in
  dupfdopen().  While I'm at it, move the second fdrop() out from under the
  filedesc lock.
  
  Revision  Changes    Path
  1.306     +4 -10     src/sys/kern/kern_descrip.c