Correct a typo in the previous revision.

This commit is contained in:
Alan Cox 2003-09-15 02:56:48 +00:00
parent e153cba635
commit 35b86dc8de

View file

@ -3681,7 +3681,7 @@ vmapbuf(struct buf *bp)
*/
retry:
if (vm_fault_quick(addr >= bp->b_data ? addr : bp->b_data,
prot)) {
prot) < 0) {
vm_page_lock_queues();
for (i = 0; i < pidx; ++i) {
vm_page_unhold(bp->b_pages[i]);