[lc-checkins] CVS: linux/include/linux comp_cache.h,1.91,1.92
Status: Beta
Brought to you by:
nitin_sf
From: Rodrigo S. de C. <rc...@us...> - 2002-07-16 21:58:12
|
Update of /cvsroot/linuxcompressed/linux/include/linux In directory usw-pr-cvs1:/tmp/cvs-serv2686/include/linux Modified Files: comp_cache.h Log Message: Bug fixes o Fixed bug in compact_fragments() which could corrupt the fragments list of a comp cache and also corrupt the comp page data when compacting fragments. Critical bug. Cleanups o Cleanup in comp_cache_free_locked() code o Removed alloc parameter from get_comp_cache_page() (not any longer used) Other o /proc/comp_cache_hist shows up to 6 fragments in a comp page Index: comp_cache.h =================================================================== RCS file: /cvsroot/linuxcompressed/linux/include/linux/comp_cache.h,v retrieving revision 1.91 retrieving revision 1.92 diff -C2 -r1.91 -r1.92 *** comp_cache.h 16 Jul 2002 18:41:54 -0000 1.91 --- comp_cache.h 16 Jul 2002 21:58:08 -0000 1.92 *************** *** 2,6 **** * linux/mm/comp_cache.h * ! * Time-stamp: <2002-07-16 14:49:02 rcastro> * * Linux Virtual Memory Compressed Cache --- 2,6 ---- * linux/mm/comp_cache.h * ! * Time-stamp: <2002-07-16 16:34:27 rcastro> * * Linux Virtual Memory Compressed Cache |