commit | 35db57bbc4b7ab810bba6e6d6954a0faf5a842cf | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Tue Aug 23 16:00:12 2016 +0200 |
committer | Steffen Klassert <steffen.klassert@secunet.com> | Wed Aug 24 13:16:06 2016 +0200 |
tree | 6d158c2c0f8da102efa29b3282d7b58526bf8fbf | |
parent | 4141b36ab16d7a66b4cf712f2d21eba61c5927e5 [diff] |
xfrm: state: remove per-netns gc task After commit 5b8ef3415a21f173 ("xfrm: Remove ancient sleeping when the SA is in acquire state") gc does not need any per-netns data anymore. As far as gc is concerned all state structs are the same, so we can use a global work struct for it. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>