ipv4: ipmr: remove net pointer from struct mfc_cache
authorPatrick McHardy <kaber@trash.net>
Tue, 13 Apr 2010 05:03:20 +0000 (05:03 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Apr 2010 21:49:33 +0000 (14:49 -0700)
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>
include/linux/mroute.h
net/ipv4/ipmr.c

Simple merge
diff --cc net/ipv4/ipmr.c
Simple merge