Re: [26/*] [NET] Kill dst_pmtu/dst_path_metric
From: "David S. Miller" <davem@davemloft.net>
Date: 2005-03-18 18:46:00
From: "David S. Miller" <davem@davemloft.net>
Date: 2005-03-18 18:46:00
On Fri, 18 Mar 2005 22:06:11 +1100 Herbert Xu [off-list ref] wrote:
This would have been the patch that removed dst->path. But ip_append_data got in the way :) However, using dst->path is only needed rarely and should always require a bit of deliberation. So let's get rid of dst_pmtu and dst_path_metric and use dst_mtu and dst_metric directly. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Applied, thanks.
BTW, shouldn't dst_allfrag be called dst_path_allfrag?
If you think that makes it's functionality clearer, sure.