Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 19 Sep 2002 19:35:59 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 19 Sep 2002 19:35:59 -0400 Received: from mx1.elte.hu ([157.181.1.137]:12502 "HELO mx1.elte.hu") by vger.kernel.org with SMTP id ; Thu, 19 Sep 2002 19:35:58 -0400 Date: Fri, 20 Sep 2002 01:46:46 +0200 (CEST) From: Ingo Molnar Reply-To: Ingo Molnar To: Dave Jones Cc: Christoph Hellwig , Linus Torvalds , William Lee Irwin III , Subject: Re: [patch] generic-pidhash-2.5.36-J2, BK-curr In-Reply-To: <20020920013246.A12393@suse.de> 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: 718 Lines: 19 On Fri, 20 Sep 2002, Dave Jones wrote: > > > - add list_for_each_noprefetch() to list.h, for all those list users who > > > know that in the majority of cases the list is going to be short. > > That name is really ugly, as the lack ofthe prefetch is an implementation > > detail. What about list_for_each_short or __list_for_each? > > Wasn't this the reason we have list_for_each_safe() ? no, list_for_each_safe() is a loop that is entry-removal safe. Ingo - 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/