]> git.baikalelectronics.ru Git - kernel.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)
commit13efc14e231c0c3b50b6007310d93ccb7a6a8339
treedbbf01015bda08d52750f37a797d49c7db1990a9
parent59acd0414edf1c8b086afab2a330f961e82ac167
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