commit | 4907abc605e328d61bee56e4e89db4f56ade2090 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Fri May 24 09:03:39 2019 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun May 26 14:08:05 2019 -0700 |
tree | 764e708aaa78091e2a8ccb046cfbf8a59aa10c88 | |
parent | a39aca678a0626941aa99c18c1c452ca758e7865 [diff] |
net: dynamically allocate fqdir structures Following patch will add rcu grace period before fqdir rhashtable destruction, so we need to dynamically allocate fqdir structures to not force expensive synchronize_rcu() calls in netns dismantle path. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>