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:
parent
6ee02a54ef
commit
bfc01ddff2
2 changed files with 8 additions and 24 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue