projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01e7ae8
)
cgroup: kill unused variable
author
Jeff Garzik
<jeff@garzik.org>
Tue, 23 Oct 2007 22:36:44 +0000
(18:36 -0400)
committer
Jeff Garzik
<jeff@garzik.org>
Wed, 24 Oct 2007 01:28:39 +0000
(21:28 -0400)
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
kernel/cgroup.c
patch
|
blob
|
history
diff --git
a/kernel/cgroup.c
b/kernel/cgroup.c
index 5987dccdb2a0bad4de04333dfa0e45b0690d3405..3fe21e19c96e3a51adfa6c462f188bdf6ca407b7 100644
(file)
--- a/
kernel/cgroup.c
+++ b/
kernel/cgroup.c
@@
-2402,7
+2402,6
@@
struct file_operations proc_cgroup_operations = {
static int proc_cgroupstats_show(struct seq_file *m, void *v)
{
int i;
- struct cgroupfs_root *root;
seq_puts(m, "#subsys_name\thierarchy\tnum_cgroups\n");
mutex_lock(&cgroup_mutex);