git: kernel - Add missing vm_page_wakeup()

看板DFBSD_commit作者時間15年前 (2011/02/05 04:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 50e32333fe157099d01bfabd2b7921fd1f1aaabf Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Fri Feb 4 11:51:26 2011 -0800 kernel - Add missing vm_page_wakeup() * Fix a long-standing issue where a VM page is improperly left PG_BUSY when vm_page_try_to_cache() races the Modified bit in underlying PTEs. * This could only occur during periods of severe memory pressure and would typically lead to a program getting stuck in "pgtblk". Reported-by: Peter Avalos <peter@theshell.com> Summary of changes: sys/vm/vm_page.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/50e32333fe157099d01bfabd2b7921fd1f1aaabf -- DragonFly BSD source repository
文章代碼(AID): #1DJ5i30D (DFBSD_commit)