lkml.org 
[lkml]   [2007]   [Sep]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: 2.6.23-rc6-mm1 - make access to tasks nsproxy ligther (fix)
    Looks sane :)

    [snip]

    > Index: 2.6.23-rc6-mm1/kernel/exit.c
    > ===================================================================
    > --- 2.6.23-rc6-mm1.orig/kernel/exit.c
    > +++ 2.6.23-rc6-mm1/kernel/exit.c
    > @@ -408,6 +408,8 @@ void daemonize(const char *name, ...)
    > current->fs = fs;
    > atomic_inc(&fs->count);
    >
    > + if (current->nsproxy != init_task.nsproxy)
    > + get_nsproxy(init_task.nsproxy);
    > switch_task_namespaces(current, init_task.nsproxy);

    shouldn't we make the switch under this if() as well?
    -
    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/

    \
     
     \ /
      Last update: 2007-09-20 11:05    [W:4.021 / U:0.020 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site