From: Steffen Klassert Date: Tue, 6 Mar 2012 21:20:26 +0000 (+0000) Subject: inetpeer: Invalidate the inetpeer tree along with the routing cache X-Git-Tag: v3.3-rc7~11^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5faa5df1fa2024bd750089ff21dcc4191798263d;p=pandora-kernel.git inetpeer: Invalidate the inetpeer tree along with the routing cache We initialize the routing metrics with the values cached on the inetpeer in rt_init_metrics(). So if we have the metrics cached on the inetpeer, we ignore the user configured fib_metrics. To fix this issue, we replace the old tree with a fresh initialized inet_peer_base. The old tree is removed later with a delayed work queue. Signed-off-by: Steffen Klassert Signed-off-by: David S. Miller --- Reading git-diff-tree failed