Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 31 Oct 2002 06:53:07 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 31 Oct 2002 06:53:07 -0500 Received: from mail.scram.de ([195.226.127.117]:29637 "EHLO mail.scram.de") by vger.kernel.org with ESMTP id ; Thu, 31 Oct 2002 06:53:06 -0500 Date: Thu, 31 Oct 2002 12:53:43 +0100 (CET) From: Jochen Friedrich X-X-Sender: jochen@gfrw1044.bocc.de To: Skip Ford cc: "Randy.Dunlap" , Subject: Re: 2.5.45 ipmr.c syntax error In-Reply-To: <200210310657.g9V6vrCA009366@pool-141-150-241-241.delv.east.verizon.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 465 Lines: 14 Hi Skip, > - if (skb->len+encap > rt->u.dst.pmtu && (ntohs(iph->frag_off) & IP_DF)) { > + if (skb->len+encap > dst_pmtu(rt->u.dst) && (ntohs(iph->frag_off) & IP_DF)) { Shouldn't that be dst_pmtu(&rt->u.dst)? --jochen - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/