Update of /cvsroot/linuxcompressed/linux/include/linux
In directory usw-pr-cvs1:/tmp/cvs-serv23188/include/linux
Modified Files:
comp_cache.h
Log Message:
Bug fix
o Improved the bug fix for failed vswap allocation for vswap resizing code
({grow,shrink}_vswap). Also fixed a potential bug introduced in the previous
bug fix.
Index: comp_cache.h
===================================================================
RCS file: /cvsroot/linuxcompressed/linux/include/linux/comp_cache.h,v
retrieving revision 1.79
retrieving revision 1.80
diff -C2 -r1.79 -r1.80
*** comp_cache.h 19 Jun 2002 18:10:20 -0000 1.79
--- comp_cache.h 19 Jun 2002 19:32:23 -0000 1.80
***************
*** 2,6 ****
* linux/mm/comp_cache.h
*
! * Time-stamp: <2002-06-19 14:41:32 rcastro>
*
* Linux Virtual Memory Compressed Cache
--- 2,6 ----
* linux/mm/comp_cache.h
*
! * Time-stamp: <2002-06-19 15:49:17 rcastro>
*
* Linux Virtual Memory Compressed Cache
***************
*** 402,405 ****
--- 402,406 ----
extern unsigned long vswap_num_swap_cache;
extern unsigned int vswap_last_used;
+ extern unsigned int last_vswap_allocated;
extern unsigned short * last_page_size;
|