commit | b5aa30b19121de49021fba57aa1f6e4c787fcf67 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Tue May 11 14:40:50 2010 +0200 |
committer | Patrick McHardy <kaber@trash.net> | Tue May 11 14:40:50 2010 +0200 |
tree | dbbf01015bda08d52750f37a797d49c7db1990a9 | |
parent | c476efbcde5ba58b81ac752f4a894d6db8e17d94 [diff] |
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>