commit | a39aca678a0626941aa99c18c1c452ca758e7865 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Fri May 24 09:03:38 2019 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun May 26 14:08:05 2019 -0700 |
tree | f7b16eb9d746b1afe0b8b70c78c5bc197aef0ca4 | |
parent | 9cce45f22ceedf639cbb5fb5dfe612a278d36b58 [diff] |
net: add a net pointer to struct fqdir fqdir will soon be dynamically allocated. We need to reach the struct net pointer from fqdir, so add it, and replace the various container_of() constructs by direct access to the new field. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>