]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Windows: Increase the memory map version
authorJeffrey Altman <jaltman@your-file-system.com>
Sat, 17 Apr 2010 19:21:32 +0000 (15:21 -0400)
committerJeffrey Altman <jaltman@openafs.org>
Sat, 17 Apr 2010 19:24:33 +0000 (12:24 -0700)
Since the cm_buf_t data structure changed, update
the memory map version number so that the cache will
not be reused.

LICENSE MIT

Change-Id: If01997ebd90c8f004d7cf4ba92f46fe4b9f570bf
Reviewed-on: http://gerrit.openafs.org/1772
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
src/WINNT/afsd/cm_memmap.h

index 8c373da339f34e25eaa2cbbf616b49473b595013..9fc8ae96571999fa3c4d906e98379b71c0af179b 100644 (file)
@@ -10,7 +10,7 @@
 #ifndef CM_MEMMAP_H
 #define CM_MEMMAP_H 1
 
-#define CM_CONFIG_DATA_VERSION  7
+#define CM_CONFIG_DATA_VERSION  8
 #define CM_CONFIG_DATA_MAGIC            ('A' | 'F'<<8 | 'S'<<16 | CM_CONFIG_DATA_VERSION<<24)
 
 typedef struct cm_config_data {