diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2013-04-20 07:11:24 +0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-05-02 01:29:46 +0400 |
commit | 8d8b97ba499cb69fccb5fd9f2b439e3265fc3f27 (patch) | |
tree | 7058d6aedd3bbf160144565dc13d92a9e20b797c /include/linux/cgroup.h | |
parent | 4c23782091dc98221dc149e844ab128771a78ea2 (diff) | |
download | linux-8d8b97ba499cb69fccb5fd9f2b439e3265fc3f27.tar.xz |
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/cgroup.h')
-rw-r--r-- | include/linux/cgroup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h index 900af5964f55..68f2157b71d4 100644 --- a/include/linux/cgroup.h +++ b/include/linux/cgroup.h @@ -42,7 +42,7 @@ extern int cgroupstats_build(struct cgroupstats *stats, extern int cgroup_load_subsys(struct cgroup_subsys *ss); extern void cgroup_unload_subsys(struct cgroup_subsys *ss); -extern const struct file_operations proc_cgroup_operations; +extern int proc_cgroup_show(struct seq_file *, void *); /* Define the enumeration of all builtin cgroup subsystems */ #define SUBSYS(_x) _x ## _subsys_id, |