diff options
| author | Alan Cox <alc@FreeBSD.org> | 2017-06-17 03:05:25 +0000 |
|---|---|---|
| committer | Alan Cox <alc@FreeBSD.org> | 2017-06-17 03:05:25 +0000 |
| commit | 87b0ab69a915ff47a08f880013714f7a0566e114 (patch) | |
| tree | 9aba2460bf6e3a51f9cb45828bcd88e9fa699c4c /sys | |
| parent | bc3b2c55456d06790eb8f2ce26d4dccafce1ffa5 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/vm/swap_pager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/swap_pager.c b/sys/vm/swap_pager.c index ea42798df885..513cc020deb3 100644 --- a/sys/vm/swap_pager.c +++ b/sys/vm/swap_pager.c @@ -1372,7 +1372,7 @@ swap_pager_putpages(vm_object_t object, vm_page_t *m, int count, mreq->pindex, blk + j ); - vm_page_dirty(mreq); + MPASS(mreq->dirty == VM_PAGE_BITS_ALL); mreq->oflags |= VPO_SWAPINPROG; bp->b_pages[j] = mreq; } |
