ipv6: ip6mr: remove net pointer from struct mfc6_cache
authorPatrick McHardy <kaber@trash.net>
Tue, 11 May 2010 12:40:50 +0000 (14:40 +0200)
committerPatrick McHardy <kaber@trash.net>
Tue, 11 May 2010 12:40:50 +0000 (14:40 +0200)
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 mfc6_cache
add pass the namespace as function argument to the functions that need it.

Signed-off-by: Patrick McHardy <kaber@trash.net>

No differences found