Date: Tue, 29 Apr 2003 12:37:36 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom/bde g_bde_work.c Message-ID: <200304291937.h3TJbaqF096336@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2003/04/29 12:37:36 PDT FreeBSD src repository Modified files: sys/geom/bde g_bde_work.c Log: When a bio comes back from below with a zero error code, check that it wrote the full length. The only case where this should be able to happen is if we try to read/write past the end and the request is truncated. We obviously should never try to do that, so this code should never activate. Revision Changes Path 1.19 +4 -0 src/sys/geom/bde/g_bde_work.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304291937.h3TJbaqF096336>