patch-2.4.0-test9 linux/include/linux/mmzone.h
Next file: linux/include/linux/module.h
Previous file: linux/include/linux/mm.h
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Mon Oct 2 11:01:17 2000
- Orig file:
v2.4.0-test8/linux/include/linux/mmzone.h
- Orig date:
Fri Sep 8 12:52:41 2000
diff -u --recursive --new-file v2.4.0-test8/linux/include/linux/mmzone.h linux/include/linux/mmzone.h
@@ -28,13 +28,14 @@
spinlock_t lock;
unsigned long offset;
unsigned long free_pages;
- char low_on_memory;
- char zone_wake_kswapd;
+ unsigned long inactive_clean_pages;
+ unsigned long inactive_dirty_pages;
unsigned long pages_min, pages_low, pages_high;
/*
* free areas of different sizes
*/
+ struct list_head inactive_clean_list;
free_area_t free_area[MAX_ORDER];
/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)