]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/cgroup.c
cgroup: remove unused variable
[linux-2.6-omap-h63xx.git] / kernel / cgroup.c
index 046c1609606bc627059aa6cd5df687fa86f15d3b..35eebd5510c2165c6f8daa2cef1fecab9187d6d0 100644 (file)
@@ -2104,7 +2104,7 @@ static void *cgroup_tasks_start(struct seq_file *s, loff_t *pos)
        down_read(&cgrp->pids_mutex);
        if (pid) {
                int end = cgrp->pids_length;
-               int i;
+
                while (index < end) {
                        int mid = (index + end) / 2;
                        if (cgrp->tasks_pids[mid] == pid) {