K 10 svn:author V 7 rwatson K 8 svn:date V 27 2006-03-14T19:29:45.000000Z K 7 svn:log V 386 If fifo_open() is called with a negative file descriptor, return EINVAL rather than panicking later. This can occur if the kernel calls vn_open() on a fifo, as there will be no associated file descriptor, and therefore the file descriptor operations cannot be modified to point to the fifo operation set. MFC after: 3 days Reported by: Martin PR: 94278 END