]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Put the checks we perform on a bio before calling ::start in their
authorPoul-Henning Kamp <phk@FreeBSD.org>
Thu, 6 Feb 2003 21:01:36 +0000 (21:01 +0000)
committerPoul-Henning Kamp <phk@FreeBSD.org>
Thu, 6 Feb 2003 21:01:36 +0000 (21:01 +0000)
commite39d70d4fd8f3d40f90793ab6c46e8fe66c5e85d
tree95a24df849e0ceaf171257e24b56984f264324b0
parent374d145b084f6d7b77e22701a7a00a7a27e88444
Put the checks we perform on a bio before calling ::start in their
own function, handle all validation and truncation at the time we
process the bio instead of when it gets scheduled.
sys/geom/geom_io.c