Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 7 Oct 2002 14:13:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 7 Oct 2002 14:13:20 -0400 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:35600 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Mon, 7 Oct 2002 14:13:19 -0400 Date: Mon, 7 Oct 2002 11:17:55 -0700 (PDT) From: Linus Torvalds To: Matthew Wilcox cc: Mike Galbraith , Christoph Hellwig , Subject: Re: bcopy() In-Reply-To: <20021007191404.N18545@parcelfarce.linux.theplanet.co.uk> 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: 699 Lines: 20 On Mon, 7 Oct 2002, Matthew Wilcox wrote: > > The only user of bcopy() in the entire kernel which wasn't _already_ > using a #define was in arch/ia64/sn/io/module.c, and i fixed that as > part of the patch. The thing is, if the choice is between a #define and a bcopy() function, I'd rather take the function and get rid of the #define instead. Are there any XFS people that can be shamed into doing a search-and-replace and do this right? Linus - 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/