]> git.baikalelectronics.ru Git - kernel.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)
commit068bb590c35bfc4f533ba5d083472bd15236f4a4
tree7fa3a58a4a8645f7a756e1f05c3f1d48ed6b639b
parente26d2185629bdc53e3c02cd1eb3045cefd4b594e
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 95bc85a10b84ff5f8860534b11bf9cc60d97a4c8 "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