git: kernel - Move a vm_object_pip_wakeup() call
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Oct 19 08:24:46 PDT 2011
commit 7d50db84df643593d551cd738c431b821707cccf
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Wed Oct 19 08:22:26 2011 -0700
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.
Summary of changes:
sys/kern/vfs_bio.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7d50db84df643593d551cd738c431b821707cccf
--
DragonFly BSD source repository
More information about the Commits
mailing list