Re: [PATCH][net-next] net: Use RCU_POINTER_INITIALIZER() to init static variable
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
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