看板 DFBSD_commit 關於我們 聯絡資訊
commit 7d50db84df643593d551cd738c431b821707cccf Author: Matthew Dillon <dillon@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