commit | d658f8a0e63b6476148162aa7a3ffffc58dcad52 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Tue Apr 13 05:03:20 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 13 14:49:33 2010 -0700 |
tree | 25087c18eb91bbe040cf5c9b5e1710d35e37328f | |
parent | e258beb22f4d3ea3dc88586ffc9c990d0eb03380 [diff] |
ipv4: ipmr: remove net pointer from struct mfc_cache Now that cache entries in unres_queue don't need to be distinguished by their network namespace pointer anymore, we can remove it from struct mfc_cache add pass the namespace as function argument to the functions that need it. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>