git: kernel -- vm_pageout: Handle pages w/ NULL vm_objects on the act/in pageqs.
Venkatesh Srinivas
vsrinivas at crater.dragonflybsd.org
Sat Apr 21 11:44:38 PDT 2012
commit 19cd98ea71f56117435402874beedbdf6d399b52
Author: Venkatesh Srinivas <me at endeavour.zapto.org>
Date: Sat Apr 21 11:40:41 2012 -0700
kernel -- vm_pageout: Handle pages w/ NULL vm_objects on the act/in pageqs.
vm_page_unwire could end up putting pages w/ NULL object fields onto the
active or inactive page queues. Allow the active/inactive scans to deal with
these pages rather than panic-ing. This pages can be disposed of normally.
Closes-bug: 2338
Suggested-by: dillon
Reported-by: sephe, JustinS
Summary of changes:
sys/vm/vm_pageout.c | 23 ++++++++++++++---------
1 files changed, 14 insertions(+), 9 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/19cd98ea71f56117435402874beedbdf6d399b52
--
DragonFly BSD source repository
More information about the Commits
mailing list