git: kernel - Wait for I/O to finish in vm_object_terminate()

看板DFBSD_commit作者時間14年前 (2011/11/11 12:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit ac95207135ffd2131ef924df47a7d50ae4354500 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Thu Nov 10 19:42:59 2011 -0800 kernel - Wait for I/O to finish in vm_object_terminate() * It is possible for swap I/O to be in progress when terminating a VM object, wait for any such I/O to complete before attempting to free the page. * Fixes a panic which can occur under heavy loads. Reported-by: John Marino Summary of changes: sys/vm/vm_object.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ac95207135ffd2131ef924df47a7d50ae4354500 -- DragonFly BSD source repository
文章代碼(AID): #1El9u2Rn (DFBSD_commit)