From 4ab97ce305f3064f2dfc16a0312570eb4f1eecd3 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Tue, 10 Jul 2012 00:53:48 -0700 Subject: [PATCH] --- yaml --- r: 315069 b: refs/heads/master c: 94334d5ed4b64ebcd2c4b421e133b921f8ccf75d h: refs/heads/master i: 315067: 6c0b1a311471a47fad12d84a0f7df74c7ecdd16b v: v3 --- [refs] | 2 +- trunk/include/net/dst.h | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/[refs] b/[refs] index a7ac239de97d..d88f04a0317e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 794785bf12d5d6ad7f557d78d203bb0bbfcd8da2 +refs/heads/master: 94334d5ed4b64ebcd2c4b421e133b921f8ccf75d diff --git a/trunk/include/net/dst.h b/trunk/include/net/dst.h index b2634e446613..51610468c63d 100644 --- a/trunk/include/net/dst.h +++ b/trunk/include/net/dst.h @@ -209,12 +209,6 @@ static inline unsigned long dst_metric_rtt(const struct dst_entry *dst, int metr return msecs_to_jiffies(dst_metric(dst, metric)); } -static inline void set_dst_metric_rtt(struct dst_entry *dst, int metric, - unsigned long rtt) -{ - dst_metric_set(dst, metric, jiffies_to_msecs(rtt)); -} - static inline u32 dst_allfrag(const struct dst_entry *dst) {