DragonFly BSD
DragonFly commits List (threaded) for 2012-04
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: DragonFly_RELEASE_3_0 kernel -- vm_pageout: Handle pages w/ NULL vm_objects on the act/in pageqs.


From: Venkatesh Srinivas <vsrinivas@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 30 Apr 2012 23:01:48 -0700 (PDT)

commit 2a9bfc81fff48191a76fdf894657083e091df58a
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/2a9bfc81fff48191a76fdf894657083e091df58a


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]