DragonFly commits List (threaded) for 2010-02
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: kernel - struct vm_object - increase paging_in_progress from short to int
commit 82246426d81a1eeaee3a55a9205060a064c73453
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date: Tue Feb 9 00:08:32 2010 -0800
kernel - struct vm_object - increase paging_in_progress from short to int
* Change the paging_in_progress refcount from an unsigned short to an int.
It is potentitally possible to overflow it as a short, especially when
many pages are rolled up into clusters.
This changes the size of the vm_object structure.
Summary of changes:
sys/vm/vm_object.h | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/82246426d81a1eeaee3a55a9205060a064c73453
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]