CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/07/08 04:55:10
Modified files:
sys/kern : kern_descrip.c vfs_syscalls.c
sys/sys : filedesc.h
Log message:
Don't hold the fd-table lock across vn_open(), as opening a FIFO may block.
Having done that, dupfdopen() has to handle a possible race.
ok matthew@ krw@
