[lc-checkins] CVS: linux/mm/comp_cache adaptivity.c,1.42,1.43
Status: Beta
Brought to you by:
nitin_sf
From: Rodrigo S. de C. <rc...@us...> - 2002-11-26 21:52:59
|
Update of /cvsroot/linuxcompressed/linux/mm/comp_cache In directory sc8-pr-cvs1:/tmp/cvs-serv12691/mm/comp_cache Modified Files: adaptivity.c Log Message: Bug fix o Fixed compilation error Index: adaptivity.c =================================================================== RCS file: /cvsroot/linuxcompressed/linux/mm/comp_cache/adaptivity.c,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -r1.42 -r1.43 *** adaptivity.c 26 Nov 2002 21:42:32 -0000 1.42 --- adaptivity.c 26 Nov 2002 21:52:55 -0000 1.43 *************** *** 2,6 **** * linux/mm/comp_cache/adaptivity.c * ! * Time-stamp: <2002-11-26 19:34:55 rcastro> * * Linux Virtual Memory Compressed Cache --- 2,6 ---- * linux/mm/comp_cache/adaptivity.c * ! * Time-stamp: <2002-11-26 19:46:51 rcastro> * * Linux Virtual Memory Compressed Cache *************** *** 744,748 **** new_comp_page->free_offset += new_fragment->compressed_size; ! comp_cache_free_space -= compressed_size; add_to_comp_page_list(new_comp_page, new_fragment); --- 744,748 ---- new_comp_page->free_offset += new_fragment->compressed_size; ! comp_cache_free_space -= new_fragment->compressed_size; add_to_comp_page_list(new_comp_page, new_fragment); |