git: kernel - Fix panic in vm_page_try_to_free()

看板DFBSD_commit作者時間14年前 (2011/12/28 02:04), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 82034c538f6a544c2a7b0bf2dfbd96af7b774b41 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Wed Dec 7 18:36:10 2011 -0800 kernel - Fix panic in vm_page_try_to_free() * This function is supposed to work with the VM page in any state, including a potentially free state. * Add additional checks to ignore the page if it is already in PQ_FREE or PQ_HOLD Reported-by: sephe Summary of changes: sys/vm/vm_page.c | 15 +++++++++++++-- 1 files changed, 13 insertions(+), 2 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/82034c538f6a544c2a7b0bf2dfbd96af7b774b41 -- DragonFly BSD source repository
文章代碼(AID): #1E-WZ6Au (DFBSD_commit)