看板 DFBSD_commit 關於我們 聯絡資訊
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