proc: move /proc/vmstat boilerplate to mm/vmstat.c
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Acked-by: Christoph Lameter <cl@linux-foundation.org>
This commit is contained in:
parent
74e2e8e8ce
commit
b6aa44ab69
3 changed files with 13 additions and 14 deletions
|
@ -55,7 +55,6 @@ enum vm_event_item { PGPGIN, PGPGOUT, PSWPIN, PSWPOUT,
|
|||
};
|
||||
|
||||
extern const struct seq_operations zoneinfo_op;
|
||||
extern const struct seq_operations vmstat_op;
|
||||
extern int sysctl_stat_interval;
|
||||
|
||||
#ifdef CONFIG_VM_EVENT_COUNTERS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue