OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1592-g79e3af5

Gerrit Code Review gerrit@openafs.org
Sun, 4 Sep 2011 21:35:55 -0700 (PDT)


The following commit has been merged in the master branch:
commit 79e3af59f1737e46a5bbc58fc8d73f5e38ed8c30
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Sat Sep 3 18:41:43 2011 -0400

    Windows: non-persistent cache from pagefile->heap
    
    Change the non-persistent cache mode to use a heap allocated
    cache in place of a paging file allocated cache.  With a heap
    cache the memory for the cache can be locked into physical memory
    so it won't be swapped out when running in virtual machines.
    This patch does not apply such memory locking.
    
    Change-Id: I85e6da1bba481d3d9bca84673b918b1d7cde71f9
    Reviewed-on: http://gerrit.openafs.org/5343
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
    Tested-by: Jeffrey Altman <jaltman@openafs.org>

 src/WINNT/afsd/afsd.h      |    2 +
 src/WINNT/afsd/afsd_init.c |   78 +++++++++++++++++++++++++++-----------------
 src/WINNT/afsd/cm_memmap.c |   56 +++++++++++++++++++++-----------
 src/WINNT/afsd/cm_memmap.h |    2 +-
 4 files changed, 88 insertions(+), 50 deletions(-)

-- 
OpenAFS Master Repository