K 10 svn:author V 7 delphij K 8 svn:date V 27 2006-04-18T05:31:58.000000Z K 7 svn:log V 567 MFC src/sys/nfsclient/nfs_bio.c,v 1.154 and src/sys/nfsclient/nfs_vnops.c,v 1.262 (by ps@): - Always return success from NFS strategy. nfs_doio(), in the event of an error, does the right thing, in terms of setting the error flags in the buf header. That fixes a crash from bstrategy(). - Treat ETIMEDOUT as a "recoverable" error, causing the buffer to be re-dirtied. ETIMEDOUT can occur on soft mounts, when the number of retries are exceeded, and we don't want data loss in that case. Submitted by: Mohan Srinivasan Approved by: re (scottl) END