Home
last modified time | relevance | path

Searched hist:b272a0ad730103e84fb735fd0a8cc050cdf7f77c (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/core/
H A Dnet_namespace.cdiff b272a0ad730103e84fb735fd0a8cc050cdf7f77c Thu Jun 20 06:24:40 CDT 2019 Li RongQing <lirongqing@baidu.com> netns: restore ops before calling ops_exit_list

ops has been iterated to first element when call pre_exit, and
it needs to restore from save_ops, not save ops to save_ops

Fixes: d7d99872c144 ("netns: add pre_exit method to struct pernet_operations")
Signed-off-by: Li RongQing <lirongqing@baidu.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>