Date: Sun, 15 Jun 2003 11:13:18 -0700 (PDT) From: Yar Tikhiy <yar@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa fd.c Message-ID: <200306151813.h5FIDIOv010033@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yar 2003/06/15 11:13:17 PDT FreeBSD src repository Modified files: sys/isa fd.c Log: 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 Revision Changes Path 1.253 +2 -3 src/sys/isa/fd.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306151813.h5FIDIOv010033>