K 10 svn:author V 7 rwatson K 8 svn:date V 27 2004-11-23T22:15:08.000000Z K 7 svn:log V 334 Correct a bug introduced in sys_pipe.c:1.179: in pipe_ioctl(), release the pipe mutex before calling fsetown(), as fsetown() may block. The sigio code protects the pipe sigio data using its own mutex, and the pipe reference count held by the caller will prevent the pipe from being prematurely garbage-collected. Discovered by: imp END