cvs commit: src/sys/geom/bde g_bde_work.c
Poul-Henning Kamp
phk at FreeBSD.org
Tue Apr 29 12:37:37 PDT 2003
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
More information about the cvs-src
mailing list