git: kernel - VM - fix vm_pages_needed race

看板DFBSD_commit作者時間16年前 (2010/02/04 07:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 12d8aca7e6e8fea5c241554f699d3c7517f07d6c Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Wed Feb 3 15:19:52 2010 -0800 kernel - VM - fix vm_pages_needed race * vm_page_needed sleep/wakeup can race and cause a wakeup to be missed, resulting in processes getting stuck in 'pfault' until something else kicks the pager. Fix the race. Summary of changes: sys/vm/vm_pageout.c | 22 ++++++++++++++++------ 1 files changed, 16 insertions(+), 6 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/12d8aca7e6e8fea5c241554f699d3c7517f07d6c -- DragonFly BSD source repository
文章代碼(AID): #1BQWTvdi (DFBSD_commit)