cgroup: kill unused variable
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
This commit is contained in:
parent
01e7ae8c13
commit
3bdf590eac
1 changed files with 0 additions and 1 deletions
|
@ -2402,7 +2402,6 @@ struct file_operations proc_cgroup_operations = {
|
||||||
static int proc_cgroupstats_show(struct seq_file *m, void *v)
|
static int proc_cgroupstats_show(struct seq_file *m, void *v)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
struct cgroupfs_root *root;
|
|
||||||
|
|
||||||
seq_puts(m, "#subsys_name\thierarchy\tnum_cgroups\n");
|
seq_puts(m, "#subsys_name\thierarchy\tnum_cgroups\n");
|
||||||
mutex_lock(&cgroup_mutex);
|
mutex_lock(&cgroup_mutex);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue