Re: Q: nr_threads locking

From: Andrew Morton (akpm@digeo.com)
Date: Mon Apr 21 2003 - 13:28:58 EST


Manfred Spraul <manfred@colorfullife.com> wrote:
>
> Hi Andrew,
>
> According to the comments, nr_threads is protected by lock_kernel, but
> do_fork() runs without the bkl for ages.
> Would it be possible to use your percpu_counters for nr_threads? It
> seems to be used only to guard against fork bombs and for i_nlink of /proc.
>

It would be possible, yes.

But thread creation is a "rare" event compared to pagefaults and syscalls.
An atomic_t will be OK there.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Apr 23 2003 - 22:00:30 EST