]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
aio_qphysio: Eliminate one instance of an out-of-range check that is
authoralc <alc@FreeBSD.org>
Tue, 26 Sep 2000 06:35:22 +0000 (06:35 +0000)
committeralc <alc@FreeBSD.org>
Tue, 26 Sep 2000 06:35:22 +0000 (06:35 +0000)
commite062da3a801c9c3a9a0c917fe134dab7b62e6fc3
tree32ae909ee4c3e6fd6b5d4d9ec3c09ecaa3cad008
parent2794635205d5ec974654b98f0e3bc7b3788cb9de
aio_qphysio: Eliminate one instance of an out-of-range check that is
 performed twice.  Eliminate initialization that is already performed
 by _aio_aqueue.

aio_physwakeup: Eliminate redundant synchronization that is already
 performed by bufdone.
sys/kern/vfs_aio.c