Commit 7a7aa43f authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Linus Torvalds

[PATCH] STRAM for_each_process()

for_each_task() was renamed to for_each_process() in 2.5.35
parent becd8180
......@@ -765,7 +765,7 @@ static int unswap_by_read(unsigned short *map, unsigned long max,
return -ENOMEM;
}
read_lock(&tasklist_lock);
for_each_task(p)
for_each_process(p)
unswap_process(p->mm, entry, page);
read_unlock(&tasklist_lock);
shmem_unuse(entry, page);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment