DragonFly commits List (threaded) for 2012-04
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: kernel -- vm_pageout: Handle pages w/ NULL vm_objects on the act/in pageqs.
commit 19cd98ea71f56117435402874beedbdf6d399b52
Author: Venkatesh Srinivas <me@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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]