[lc-checkins] CVS: linux/mm/comp_cache swapin.c,1.48,1.49
Status: Beta
Brought to you by:
nitin_sf
From: Rodrigo S. de C. <rc...@us...> - 2002-07-28 20:48:36
|
Update of /cvsroot/linuxcompressed/linux/mm/comp_cache In directory usw-pr-cvs1:/tmp/cvs-serv5964/mm/comp_cache Modified Files: swapin.c Log Message: Bug fix: o Fixed potential deadlock in find_and_dirty()/lookup_comp_pages() which wouldn't unlock a spin_lock (pagecache_lock). Index: swapin.c =================================================================== RCS file: /cvsroot/linuxcompressed/linux/mm/comp_cache/swapin.c,v retrieving revision 1.48 retrieving revision 1.49 diff -C2 -r1.48 -r1.49 *** swapin.c 28 Jul 2002 15:47:04 -0000 1.48 --- swapin.c 28 Jul 2002 20:48:32 -0000 1.49 *************** *** 2,6 **** * linux/mm/comp_cache/swapin.c * ! * Time-stamp: <2002-07-27 18:55:37 rcastro> * * Linux Virtual Memory Compressed Cache --- 2,6 ---- * linux/mm/comp_cache/swapin.c * ! * Time-stamp: <2002-07-28 17:34:57 rcastro> * * Linux Virtual Memory Compressed Cache *************** *** 255,259 **** get_fragment(fragment); - spin_unlock(&pagecache_lock); spin_unlock(&comp_cache_lock); --- 255,258 ---- |