aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/cgroup.c')
-rw-r--r--kernel/cgroup.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/kernel/cgroup.c b/kernel/cgroup.c
index a32f9432666c..d5cffe80b469 100644
--- a/kernel/cgroup.c
+++ b/kernel/cgroup.c
@@ -4769,7 +4769,7 @@ out:
4769 */ 4769 */
4770 4770
4771/* TODO: Use a proper seq_file iterator */ 4771/* TODO: Use a proper seq_file iterator */
4772static int proc_cgroup_show(struct seq_file *m, void *v) 4772int proc_cgroup_show(struct seq_file *m, void *v)
4773{ 4773{
4774 struct pid *pid; 4774 struct pid *pid;
4775 struct task_struct *tsk; 4775 struct task_struct *tsk;
@@ -4821,19 +4821,6 @@ out:
4821 return retval; 4821 return retval;
4822} 4822}
4823 4823
4824static int cgroup_open(struct inode *inode, struct file *file)
4825{
4826 struct pid *pid = PROC_I(inode)->pid;
4827 return single_open(file, proc_cgroup_show, pid);
4828}
4829
4830const struct file_operations proc_cgroup_operations = {
4831 .open = cgroup_open,
4832 .read = seq_read,
4833 .llseek = seq_lseek,
4834 .release = single_release,
4835};
4836
4837/* Display information about each subsystem and each hierarchy */ 4824/* Display information about each subsystem and each hierarchy */
4838static int proc_cgroupstats_show(struct seq_file *m, void *v) 4825static int proc_cgroupstats_show(struct seq_file *m, void *v)
4839{ 4826{