Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xenomai
ipipe
Commits
3bdf590e
Commit
3bdf590e
authored
Oct 23, 2007
by
Jeff Garzik
Browse files
cgroup: kill unused variable
Signed-off-by:
Jeff Garzik
<
jgarzik@redhat.com
>
parent
01e7ae8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
kernel/cgroup.c
View file @
3bdf590e
...
...
@@ -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
\t
hierarchy
\t
num_cgroups
\n
"
);
mutex_lock
(
&
cgroup_mutex
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment