Re: [PATCH][net-next] net: Use RCU_POINTER_INITIALIZER() to init static variable

2019-02-26 Thread David Miller
From: Li RongQing Date: Mon, 25 Feb 2019 10:43:06 +0800 > This pointer is RCU protected, so proper primitives should be used. > > Signed-off-by: Zhang Yu > Signed-off-by: Li RongQing Applied.

[PATCH][net-next] net: Use RCU_POINTER_INITIALIZER() to init static variable

2019-02-24 Thread Li RongQing
This pointer is RCU protected, so proper primitives should be used. Signed-off-by: Zhang Yu Signed-off-by: Li RongQing --- net/sched/sch_generic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/sched/sch_generic.c b/net/sched/sch_generic.c index 38e5add14fab..7bcee8b8f8