From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 16 Jan 2002 20:08:16 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 16 Jan 2002 20:08:06 -0500 Received: from pizda.ninka.net ([216.101.162.242]:47234 "EHLO pizda.ninka.net") by vger.kernel.org with ESMTP id ; Wed, 16 Jan 2002 20:07:56 -0500 Date: Wed, 16 Jan 2002 17:06:52 -0800 (PST) Message-Id: <20020116.170652.58455989.davem@redhat.com> To: COHUCK@de.ibm.com Cc: linux-kernel@vger.kernel.org, kuznet@ms2.inr.ac.ru Subject: Re: [PATCHLET] Tiny fixes for fastrouting From: "David S. Miller" In-Reply-To: In-Reply-To: X-Mailer: Mew version 2.1 on Emacs 21.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org From: "Cornelia Huck" Date: Wed, 16 Jan 2002 16:57:27 +0100 I've applied your patches, thanks. But PLEASE! In the future use a mailer that does not undo tab characters, I could not apply your patch as-is I had to hand apply it because: - if (pt->data) { + if ((pt->data) && ((int)(pt->data)!=1)) { had the said corruption.