On Fri, Jul 13, 2012 at 02:08:06PM -0700, Andrew Morton wrote:
> On Fri, 13 Jul 2012 14:48:08 +0300
> "Kirill A. Shutemov" wrote:
>
> > From: "Kirill A. Shutemov"
> >
> > free_nsproxy() is too heavy to be on exit path. Let's free namespaces
> > asynchronously to not block exit_group() syscall.
On Fri, 13 Jul 2012 14:48:08 +0300
"Kirill A. Shutemov" wrote:
> From: "Kirill A. Shutemov"
>
> free_nsproxy() is too heavy to be on exit path. Let's free namespaces
> asynchronously to not block exit_group() syscall.
Please be specific, and complete.
Why is it "too heavy"? Where is the time
From: "Kirill A. Shutemov"
free_nsproxy() is too heavy to be on exit path. Let's free namespaces
asynchronously to not block exit_group() syscall.
Microbenchmark:
: #define _GNU_SOURCE
: #include
: #include
: #include
: #include
:
: int
: main(void)
: {
: int i;
: for (i = 0; i
3 matches
Mail list logo