K 10 svn:author V 3 jhb K 8 svn:date V 27 2007-04-02T13:40:38.000000Z K 7 svn:log V 243 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. END