[lc-checkins] CVS: linux/include/linux comp_cache.h,1.75,1.76
Status: Beta
Brought to you by:
nitin_sf
From: Rodrigo S. de C. <rc...@us...> - 2002-06-18 13:04:14
|
Update of /cvsroot/linuxcompressed/linux/include/linux In directory usw-pr-cvs1:/tmp/cvs-serv17972/include/linux Modified Files: comp_cache.h Log Message: Bug fixes o Fixed potential bug that would panic if couldn't allocate vswap table. Other o Updated version from 0.23pre6 to 0.23pre7 Index: comp_cache.h =================================================================== RCS file: /cvsroot/linuxcompressed/linux/include/linux/comp_cache.h,v retrieving revision 1.75 retrieving revision 1.76 diff -C2 -r1.75 -r1.76 *** comp_cache.h 18 Jun 2002 12:47:21 -0000 1.75 --- comp_cache.h 18 Jun 2002 13:04:11 -0000 1.76 *************** *** 2,6 **** * linux/mm/comp_cache.h * ! * Time-stamp: <2002-06-17 17:39:43 rcastro> * * Linux Virtual Memory Compressed Cache --- 2,6 ---- * linux/mm/comp_cache.h * ! * Time-stamp: <2002-06-18 09:47:23 rcastro> * * Linux Virtual Memory Compressed Cache *************** *** 29,33 **** #include <linux/WKcommon.h> ! #define COMP_CACHE_VERSION "0.23pre6" /* maximum compressed size of a page */ --- 29,33 ---- #include <linux/WKcommon.h> ! #define COMP_CACHE_VERSION "0.23pre7" /* maximum compressed size of a page */ |