net: fix __dst_destroy_metrics_generic()
authorEric Dumazet <eric.dumazet@gmail.com>
Tue, 24 May 2011 17:29:50 +0000 (13:29 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 3 Jun 2011 00:31:58 +0000 (09:31 +0900)
[ Upstream commit b30c516f875004f025f4d10147bde28c5e98466b ]

dst_default_metrics is readonly, we dont want to kfree() it later.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found