git: kernel - SWAP CACHE part 4/many - Add PG_SWAPPED

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Feb 4 15:20:12 PST 2010


commit 67803f3ea9360a08eedd71e7923208e9ed9d6e41
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed Feb 3 16:50:09 2010 -0800

    kernel - SWAP CACHE part 4/many - Add PG_SWAPPED
    
    * Add the PG_SWAPPED flag to struct vm_page to indicate when
      backing store has been assigned to a VM page.

Summary of changes:
 sys/vm/swap_pager.c |    7 ++++++-
 sys/vm/vm_page.h    |    4 ++++
 2 files changed, 10 insertions(+), 1 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/67803f3ea9360a08eedd71e7923208e9ed9d6e41


-- 
DragonFly BSD source repository





More information about the Commits mailing list