[lc-checkins] CVS: linux26/include/linux page-flags.h,1.4,1.5
Status: Beta
Brought to you by:
nitin_sf
From: Nitin G. <nit...@us...> - 2006-03-10 13:46:26
|
Update of /cvsroot/linuxcompressed/linux26/include/linux In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24062/include/linux Modified Files: page-flags.h Log Message: Ver-2.6.16-rc5: Replace page cache radix tree entry with chunk head and restore on lookup Index: page-flags.h =================================================================== RCS file: /cvsroot/linuxcompressed/linux26/include/linux/page-flags.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** page-flags.h 25 Feb 2006 17:19:49 -0000 1.4 --- page-flags.h 10 Mar 2006 13:46:21 -0000 1.5 *************** *** 77,82 **** #define PG_uncached 19 /* Page has been mapped as uncached */ ! #define PG_will_compress 20 /* Page will be compressed asap */ ! #define PG_compressed 21 /* To mark 'chunk_head's */ /* --- 77,82 ---- #define PG_uncached 19 /* Page has been mapped as uncached */ ! #define PG_will_compress 20 ! #define PG_compressed 21 /* |