K 10 svn:author V 3 yar K 8 svn:date V 27 2003-06-15T18:13:17.000000Z K 7 svn:log V 285 Always set bio_resid properly in fdstrategy(), as should every block device strategy routine. There was at least one evil consequence of not doing so: Some errors returned by fdstrategy() could be lost (EAGAIN, in particular.) PR: kern/52338 (in the audit-trail) Discussed with: bde END