]> bbs.cooldavid.org Git - net-next-2.6.git/commit - net/ipv4/ipmr.c
netns: ipmr: store netns in struct mfc_cache
authorBenjamin Thery <benjamin.thery@bull.net>
Thu, 22 Jan 2009 04:56:17 +0000 (04:56 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 22 Jan 2009 21:57:36 +0000 (13:57 -0800)
commit5c0a66f5f3c9c59e2c341400048e2cff768e67a9
tree937c8e34fee423d57bff1cd6dd2bc1f4e80eee44
parentcf958ae377ee2545ae70cf48d38e7eb4308c27ea
netns: ipmr: store netns in struct mfc_cache

This patch stores into struct mfc_cache the network namespace each
mfc_cache belongs to. The new member is mfc_net.

mfc_net is assigned at cache allocation and doesn't change during
the rest of the cache entry life.
A new net parameter is added to ipmr_cache_alloc/ipmr_cache_alloc_unres.

This will help to retrieve the current netns around the IPv4 multicast
routing code.

At the moment, all mfc_cache are allocated in init_net.

Signed-off-by: Benjamin Thery <benjamin.thery@bull.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/mroute.h
net/ipv4/ipmr.c