OpenAFS CVS Commit: openafs/src/WINNT/afsd by shadow
cvs@GRAND.CENTRAL.ORG
cvs@GRAND.CENTRAL.ORG
Sun, 30 Jan 2005 22:53:23 EST
Update of /cvs/openafs/src/WINNT/afsd
In directory GRAND.CENTRAL.ORG:/data/sb/openafs-stable-1_4_x/src/WINNT/afsd
Modified Files:
Tag: openafs-stable-1_4_x
afsd_init.c afsd_service.c cm_buf.c cm_buf.h cm_scache.c
Log Message:
DELTA STABLE14-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 for openafs-stable-1_4_x follows ---
STABLE14-windows-virtual-memory-20041224 openafs/src/WINNT/afsd/afsd_init.c 1.40.2.11 1.40.2.12
STABLE14-windows-virtual-memory-20041224 openafs/src/WINNT/afsd/afsd_service.c 1.28.2.8 1.28.2.9
STABLE14-windows-virtual-memory-20041224 openafs/src/WINNT/afsd/cm_buf.c 1.13.2.5 1.13.2.6
STABLE14-windows-virtual-memory-20041224 openafs/src/WINNT/afsd/cm_buf.h 1.4.2.3 1.4.2.4
STABLE14-windows-virtual-memory-20041224 openafs/src/WINNT/afsd/cm_scache.c 1.14.2.3 1.14.2.4