[lc-checkins] CVS: linux/include/linux comp_cache.h,1.68,1.69
Status: Beta
Brought to you by:
nitin_sf
|
From: Rodrigo S. de C. <rc...@us...> - 2002-05-28 19:16:17
|
Update of /cvsroot/linuxcompressed/linux/include/linux In directory usw-pr-cvs1:/tmp/cvs-serv8044/include/linux Modified Files: comp_cache.h Log Message: - Fixed a bug that caused FS corruption (hit under UML). Details: http://sourceforge.net/tracker/index.php?func=detail&aid=561171&group_id=13472&atid=113472 - Resizing compressed cache size now fix normal Zone Watermarks too Index: comp_cache.h =================================================================== RCS file: /cvsroot/linuxcompressed/linux/include/linux/comp_cache.h,v retrieving revision 1.68 retrieving revision 1.69 diff -C2 -r1.68 -r1.69 *** comp_cache.h 23 May 2002 13:52:44 -0000 1.68 --- comp_cache.h 28 May 2002 19:16:14 -0000 1.69 *************** *** 2,6 **** * linux/mm/comp_cache.h * ! * Time-stamp: <2002-05-23 10:20:14 rcastro> * * Linux Virtual Memory Compressed Cache --- 2,6 ---- * linux/mm/comp_cache.h * ! * Time-stamp: <2002-05-26 12:08:33 rcastro> * * Linux Virtual Memory Compressed Cache *************** *** 36,40 **** #define NUM_VSWAP_ENTRIES (3 * num_comp_pages) ! extern unsigned long num_comp_pages, num_swapper_fragments, new_num_comp_pages, max_num_comp_pages; struct pte_list { --- 36,40 ---- #define NUM_VSWAP_ENTRIES (3 * num_comp_pages) ! extern unsigned long num_comp_pages, num_swapper_fragments, new_num_comp_pages, max_num_comp_pages, zone_num_comp_pages; struct pte_list { |