[lc-checkins] CVS: linux26/include/linux page-flags.h,1.3,1.4
Status: Beta
Brought to you by:
nitin_sf
From: Nitin G. <nit...@us...> - 2006-02-25 17:19:56
|
Update of /cvsroot/linuxcompressed/linux26/include/linux In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25737/linux26/include/linux Modified Files: page-flags.h Log Message: For 2.6.16-rc4: simple page copy and replace in radix tree working Index: page-flags.h =================================================================== RCS file: /cvsroot/linuxcompressed/linux26/include/linux/page-flags.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** page-flags.h 25 Feb 2006 16:36:27 -0000 1.3 --- page-flags.h 25 Feb 2006 17:19:49 -0000 1.4 *************** *** 77,82 **** #define PG_uncached 19 /* Page has been mapped as uncached */ ! #define PG_will_compress 20 ! #define PG_compressed 21 /* --- 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 */ /* |