git: kernel - Fix vm_object->rb_memq race in pageout daemon

看板DFBSD_commit作者時間14年前 (2011/10/29 02:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 05b9db808aa970044c8cff8dcc030e1d2b1d4486 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Fri Oct 28 10:20:26 2011 -0700 kernel - Fix vm_object->rb_memq race in pageout daemon * We were not properly holding a VM object's token while scanning its rb_memq. Hold the token properly and also assert that it is held. Summary of changes: sys/vm/vm_pageout.c | 15 ++++++++++++--- 1 files changed, 12 insertions(+), 3 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/05b9db808aa970044c8cff8dcc030e1d2b1d4486 -- DragonFly BSD source repository
文章代碼(AID): #1Egktl5B (DFBSD_commit)