[lc-checkins] CVS: linux/fs buffer.c,1.14,1.15
Status: Beta
Brought to you by:
nitin_sf
|
From: Rodrigo S. de C. <rc...@us...> - 2002-05-09 12:31:04
|
Update of /cvsroot/linuxcompressed/linux/fs
In directory usw-pr-cvs1:/tmp/cvs-serv26703/fs
Modified Files:
buffer.c
Log Message:
- Removed pending comp_cache_skip* in fs/buffer.c. The cvs code now compiles.
- Hopefully fixed a bug hit by Paolo Ciarrocchi which would hang his
computer when running mmap001.
Index: buffer.c
===================================================================
RCS file: /cvsroot/linuxcompressed/linux/fs/buffer.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** buffer.c 2 May 2002 16:31:36 -0000 1.14
--- buffer.c 9 May 2002 12:31:01 -0000 1.15
***************
*** 2696,2701 ****
write_unlock(&hash_table_lock);
spin_unlock(&lru_list_lock);
- if (comp_cache_skip_buffer_freeing())
- return 0;
gfp_mask = pf_gfp_mask(gfp_mask);
if (gfp_mask & __GFP_IO) {
--- 2696,2699 ----
|