kernel - Fix #2570 - Missing assignment in recent pageout commit
authorMatthew Dillon <dillon@apollo.backplane.com>
Sat, 29 Jun 2013 02:41:47 +0000 (19:41 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sat, 29 Jun 2013 02:41:47 +0000 (19:41 -0700)
commit8cfbc019664554cf764e1c2b6ac503b86474a287
tree7d2061288156c615d9d91ce46444f98d0f1f5282
parent3ec72a5566c2c0b3400dcef3da3d44ad46d4b291
kernel - Fix #2570 - Missing assignment in recent pageout commit

* Don't forget to assign ma[page_base] to p;

Reported-by: David Shao
sys/vm/vm_object.c