]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
The alternate B_PAGING path for vnstrategy() is used for VM faults
authordillon <dillon@FreeBSD.org>
Mon, 1 Feb 1999 08:36:02 +0000 (08:36 +0000)
committerdillon <dillon@FreeBSD.org>
Mon, 1 Feb 1999 08:36:02 +0000 (08:36 +0000)
commit823ec0275ed4a3394a3a91464bd6b4dd652df8b5
tree7f3295d0af67f497ffe3b54bf50eed458d1d8465
parentd02485ce0ba6462c7c8ec2094955ac533cd73daa
The alternate B_PAGING path for vnstrategy() is used for VM faults
    as well as swap I/O now.  This path failed to properly set bp->b_resid
    on I/O completion.
sys/dev/vn/vn.c