K 10 svn:author V 6 dillon K 8 svn:date V 27 2001-02-28T04:13:11.000000Z K 7 svn:log V 365 Fix lockup for loopback NFS mounts. The pipelined I/O limitations could be hit on the client side and prevent the server side from retiring writes. Pipeline operations turned off for all READs (no big loss since reads are usually synchronous) and for NFS writes, and left on for the default bwrite(). (MFC expected prior to 4.3 freeze) Testing by: mjacob, dillon END