看板 DFBSD_commit 關於我們 聯絡資訊
commit 7d3c02193be873b1bd2cc70f838bd8deb63f0be2 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Thu Feb 4 16:16:58 2010 -0800 kernel - fix panic on reboot when swap populated * The swapvp does not have a v_mount so do not try to access the mount lock through it if v_mount is NULL. Summary of changes: sys/kern/vfs_vopops.c | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7d3c02193be873b1bd2cc70f838bd8deb63f0be2 -- DragonFly BSD source repository