kernel - SWAP CACHE part 15/many - Correct bug in vm.swapcache.maxfilesize
authorMatthew Dillon <dillon@apollo.backplane.com>
Mon, 8 Feb 2010 07:37:53 +0000 (23:37 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 8 Feb 2010 07:37:53 +0000 (23:37 -0800)
commitd3070b8da9816e7c3552da1c5740aac0aa74924b
treea9ae8a87dc9d12455f8f643c75595f311af9e51f
parent3ffc70511385ab4c73f3c10100a711d2e15ec376
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.
sys/vm/vm_swapcache.c