git: kernel - SWAP CACHE part 15/many - Correct bug in vm.swapcache.maxfilesize

Matthew Dillon dillon at crater.dragonflybsd.org
Sun Feb 7 23:39:12 PST 2010


commit d3070b8da9816e7c3552da1c5740aac0aa74924b
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sun Feb 7 23:37:53 2010 -0800

    kernel - SWAP CACHE part 15/many - Correct bug in vm.swapcache.maxfilesize
    
    * vm.swapcache.maxfilesize was being applied to meta-data as well as
      file data.  It is only supposed to be applied to regular file data.

Summary of changes:
 sys/vm/vm_swapcache.c |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d3070b8da9816e7c3552da1c5740aac0aa74924b


-- 
DragonFly BSD source repository





More information about the Commits mailing list