]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
cgroup: remove unused variable
authorStephen Rothwell <sfr@canb.auug.org.au>
Tue, 21 Oct 2008 05:11:20 +0000 (16:11 +1100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 26 Oct 2008 16:38:17 +0000 (09:38 -0700)
commit2077776641b6ffb0049f13018d2e162340ec51c7
tree7fa3a58a4a8645f7a756e1f05c3f1d48ed6b639b
parentb1cd2ee3b95f1c3108c68c82342c614e58ce1f13
cgroup: remove unused variable

/scratch/sfr/next/kernel/cgroup.c: In function 'cgroup_tasks_start':
/scratch/sfr/next/kernel/cgroup.c:2107: warning: unused variable 'i'

Introduced in commit cc31edceee04a7b87f2be48f9489ebb72d264844 "cgroups:
convert tasks file to use a seq_file with shared pid array".

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/cgroup.c