[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1394472619.3607.38.camel@edumazet-glaptop2.roam.corp.google.com>
Date: Mon, 10 Mar 2014 10:30:19 -0700
From: Eric Dumazet <eric.dumazet@...il.com>
To: John Fastabend <john.fastabend@...il.com>
Cc: xiyou.wangcong@...il.com, jhs@...atatu.com, netdev@...r.kernel.org,
davem@...emloft.net
Subject: Re: [RCU PATCH 02/14] net: rcu-ify tcf_proto
On Mon, 2014-03-10 at 10:04 -0700, John Fastabend wrote:
> - flow->filter_list = NULL;
> + rcu_assign_pointer(flow->filter_list, NULL);
RCU_INIT_POINTER(flow->filter_list, NULL);
Otherwise, rest of patch seems fine, thanks !
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists