OpenAFS CVS Commit: openafs/src/WINNT/afsd by jaltman

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Fri, 24 Dec 2004 12:21:13 EST


Update of /cvs/openafs/src/WINNT/afsd
In directory GRAND.CENTRAL.ORG:/home/jaltman/openafs/cvs-1-3/src/WINNT/afsd

Modified Files:
	afsd_init.c afsd_service.c cm_buf.c cm_buf.h cm_scache.c 
Log Message:
DELTA windows-virtual-memory-20041224
AUTHOR jaltman@mit.edu

  * The variable used to determine whether a file or virtual memory
    mapped cache is used was not properly initialized to a default
    value. If the registry setting "NonPersistentCaching" was not
    set, the choice would be random.   Properly initialized to be
    "file".

 * The memory mapped view was never unmapped before closing the file
   at service shutdown.  This is now properly cleaned up.

 * Default location of Cache file is now %TEMP%\AFSCache



--- DELTA config follows ---
windows-virtual-memory-20041224 openafs/src/WINNT/afsd/afsd_init.c 1.52 1.53
windows-virtual-memory-20041224 openafs/src/WINNT/afsd/afsd_service.c 1.37 1.38
windows-virtual-memory-20041224 openafs/src/WINNT/afsd/cm_buf.c 1.18 1.19
windows-virtual-memory-20041224 openafs/src/WINNT/afsd/cm_buf.h 1.7 1.8
windows-virtual-memory-20041224 openafs/src/WINNT/afsd/cm_scache.c 1.19 1.20