kernel - Move a vm_object_pip_wakeup() call
authorMatthew Dillon <dillon@apollo.backplane.com>
Wed, 19 Oct 2011 15:22:26 +0000 (08:22 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Wed, 19 Oct 2011 15:22:26 +0000 (08:22 -0700)
commit7d50db84df643593d551cd738c431b821707cccf
treee3b6d474718e53c3d02cd5f5787330d1672fd3e7
parentee934fe9e6c46439debd01c33ade51aeb9d46060
kernel - Move a vm_object_pip_wakeup() call

* Move a vm_object_pip_wakeup() call from before the related vm_page has
  been woken up to afterwords.  Since the vm_page was already busied I
  don't think this fixes anything in particular, but it is more correct.
sys/kern/vfs_bio.c