summaryrefslogtreecommitdiffstats
path: root/include/linux/cpuset.h
diff options
context:
space:
mode:
authorAl Viro2013-04-20 05:11:24 +0200
committerAl Viro2013-05-01 23:29:46 +0200
commit8d8b97ba499cb69fccb5fd9f2b439e3265fc3f27 (patch)
tree7058d6aedd3bbf160144565dc13d92a9e20b797c /include/linux/cpuset.h
parentppc: Clean up scanlog (diff)
downloadkernel-qcow2-linux-8d8b97ba499cb69fccb5fd9f2b439e3265fc3f27.tar.gz
kernel-qcow2-linux-8d8b97ba499cb69fccb5fd9f2b439e3265fc3f27.tar.xz
kernel-qcow2-linux-8d8b97ba499cb69fccb5fd9f2b439e3265fc3f27.zip
take cgroup_open() and cpuset_open() to fs/proc/base.c
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/cpuset.h')
-rw-r--r--include/linux/cpuset.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/cpuset.h b/include/linux/cpuset.h
index 8c8a60d29407..22b637c5ecae 100644
--- a/include/linux/cpuset.h
+++ b/include/linux/cpuset.h
@@ -64,10 +64,9 @@ extern int cpuset_mems_allowed_intersects(const struct task_struct *tsk1,
extern int cpuset_memory_pressure_enabled;
extern void __cpuset_memory_pressure_bump(void);
-extern const struct file_operations proc_cpuset_operations;
-struct seq_file;
extern void cpuset_task_status_allowed(struct seq_file *m,
struct task_struct *task);
+extern int proc_cpuset_show(struct seq_file *, void *);
extern int cpuset_mem_spread_node(void);
extern int cpuset_slab_spread_node(void);