Re: [Patch net-next] netlink: use blocking notifier

2016-12-10 Thread David Miller
From: Cong Wang Date: Fri, 9 Dec 2016 21:10:59 -0800 > netlink_chain is called in ->release(), which is apparently > a process context, so we don't have to use an atomic notifier > here. > > Signed-off-by: Cong Wang Applied.

[Patch net-next] netlink: use blocking notifier

2016-12-09 Thread Cong Wang
netlink_chain is called in ->release(), which is apparently a process context, so we don't have to use an atomic notifier here. Signed-off-by: Cong Wang --- net/netlink/af_netlink.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net/netlink/af_netlink.c b/net/netlink