take cgroup_open() and cpuset_open() to fs/proc/base.c
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
4c23782091
commit
8d8b97ba49
5 changed files with 35 additions and 31 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue