diff options
| author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-27 11:25:57 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-27 11:25:57 -0400 |
| commit | 50cb993ea6cd187bfed085cb3e0747066edeb02f (patch) | |
| tree | 61edac62c6c5bc07c59e4369c50c6821ad77f2c0 /include/linux/vmstat.h | |
| parent | 445c2714cf72817ab1ad3ca894c6d9b2047b3a3e (diff) | |
| parent | 8be1a6d6c77ab4532e4476fdb8177030ef48b52c (diff) | |
Merge ../linux-2.6
Diffstat (limited to 'include/linux/vmstat.h')
| -rw-r--r-- | include/linux/vmstat.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/vmstat.h b/include/linux/vmstat.h index e83b69346d23..58334d439516 100644 --- a/include/linux/vmstat.h +++ b/include/linux/vmstat.h | |||
| @@ -44,6 +44,12 @@ enum vm_event_item { PGPGIN, PGPGOUT, PSWPIN, PSWPOUT, | |||
| 44 | NR_VM_EVENT_ITEMS | 44 | NR_VM_EVENT_ITEMS |
| 45 | }; | 45 | }; |
| 46 | 46 | ||
| 47 | extern const struct seq_operations fragmentation_op; | ||
| 48 | extern const struct seq_operations pagetypeinfo_op; | ||
| 49 | extern const struct seq_operations zoneinfo_op; | ||
| 50 | extern const struct seq_operations vmstat_op; | ||
| 51 | extern int sysctl_stat_interval; | ||
| 52 | |||
| 47 | #ifdef CONFIG_VM_EVENT_COUNTERS | 53 | #ifdef CONFIG_VM_EVENT_COUNTERS |
| 48 | /* | 54 | /* |
| 49 | * Light weight per cpu counter implementation. | 55 | * Light weight per cpu counter implementation. |
