jhb         2007-04-02 13:40:38 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_syscalls.c 
  Log:
  Don't go to a whole lot of extra work to handle the race where the new
  file descriptor is closed out from under us in kern_open().  This race
  is already handled and the file will be closed when kern_open() does an
  fdrop just before returning.
  
  Revision  Changes    Path
  1.435     +2 -25     src/sys/kern/vfs_syscalls.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to