Re: [PATCH 07/11] x86/mm: Remove pgd_list use from vmalloc_sync_all()

From: Linus Torvalds
Date: Tue Sep 22 2015 - 13:59:42 EST


On Mon, Sep 21, 2015 at 11:23 PM, Ingo Molnar <mingo@xxxxxxxxxx> wrote:
> +
> + for_each_process(g) {
> + struct task_struct *p;
> + struct mm_struct *mm;
> +
> + p = find_lock_task_mm(g);
> + if (!p)
> + continue;
...
> + task_unlock(p);

You know the drill by now..

Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/