Revert "net: xfrm: Add '_rcu' tag for rcu protected pointer in netns_xfrm"

This reverts commit f10e0010fa.

This commit was just wrong. It caused a lot of
syzbot warnings, so just revert it.

Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
This commit is contained in:
Steffen Klassert 2019-03-20 17:54:44 +01:00
parent 6ee02a54ef
commit bfc01ddff2
2 changed files with 8 additions and 24 deletions

View file

@ -57,7 +57,7 @@ struct netns_xfrm {
struct list_head inexact_bins;
struct sock __rcu *nlsk;
struct sock *nlsk;
struct sock *nlsk_stash;
u32 sysctl_aevent_etime;