mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Correct a typo in the previous revision.
This commit is contained in:
parent
e153cba635
commit
35b86dc8de
1 changed files with 1 additions and 1 deletions
|
|
@ -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]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue