lkml.org 
[lkml]   [2017]   [Nov]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] net: Convert net_mutex into rw_semaphore and down read it on net->init/->exit
On Tue, 14 Nov 2017 16:53:33 +0300
Kirill Tkhai <ktkhai@virtuozzo.com> wrote:

> + /*
> + * RCU-protected list, modifiable by pernet-init and -exit methods.
> + * When net namespace is alive (net::count > 0), all the changes
> + * are made under rw_sem held on write.
> + */
> + struct list_head fib_notifier_ops;
>

If you use __rcu annotation then it could be checked (and the comment is not needed).

\
 
 \ /
  Last update: 2017-11-14 19:12    [W:0.169 / U:1.684 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site