From: Satoru SATOH Date: Mon, 5 May 2008 05:14:42 +0000 (-0700) Subject: ip: Use inline function dst_metric() instead of direct access to dst->metric[] X-Git-Tag: v2.6.26-rc2~60^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ffc02a158997b1eb91ade8d02bcf521ff79a218;p=pandora-kernel.git ip: Use inline function dst_metric() instead of direct access to dst->metric[] There are functions to refer to the value of dst->metric[THE_METRIC-1] directly without use of a inline function "dst_metric" defined in net/dst.h. The following patch changes them to use the inline function consistently. Signed-off-by: Satoru SATOH Signed-off-by: David S. Miller --- Reading git-diff-tree failed