kernel - Fix incorrectly ordered lwkt_reltoken() call in pageout daemon
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 28 Feb 2013 17:01:04 +0000 (09:01 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 28 Feb 2013 17:01:04 +0000 (09:01 -0800)
commit4b815e2515105a530d8e48e88ec119c52be41a2d
tree7845ee7adaf0172af9d0b406891a8ffc1edf0a3f
parentd467390d0da8bab99aa3ab83cf2ebe3503e1dd76
kernel - Fix incorrectly ordered lwkt_reltoken() call in pageout daemon

* The pageout daemon was incorrectly swapping the top two VM objects
  in order to drop the prior object in a specific case where the 'new'
  object being rotated into is NULL.
sys/vm/vm_pageout.c