]> bbs.cooldavid.org Git - net-next-2.6.git/commit
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)
commitb5aa30b19121de49021fba57aa1f6e4c787fcf67
treedbbf01015bda08d52750f37a797d49c7db1990a9
parentc476efbcde5ba58b81ac752f4a894d6db8e17d94
ipv6: ip6mr: remove net pointer from struct mfc6_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 mfc6_cache
add pass the namespace as function argument to the functions that need it.

Signed-off-by: Patrick McHardy <kaber@trash.net>
include/linux/mroute6.h
net/ipv6/ip6mr.c