Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754498AbYJVJQN (ORCPT ); Wed, 22 Oct 2008 05:16:13 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751564AbYJVJP5 (ORCPT ); Wed, 22 Oct 2008 05:15:57 -0400 Received: from mx3.mail.elte.hu ([157.181.1.138]:48069 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751079AbYJVJP5 (ORCPT ); Wed, 22 Oct 2008 05:15:57 -0400 Date: Wed, 22 Oct 2008 11:15:44 +0200 From: Ingo Molnar To: Zhaolei Cc: Mathieu Desnoyers , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v2] Breaks the redundant loop in kernel/marker.c Message-ID: <20081022091542.GB12453@elte.hu> References: <48FC273B.3030300@cn.fujitsu.com> <20081020065205.GA12927@elte.hu> <48FC3083.8020104@cn.fujitsu.com> <20081020072520.GE12131@elte.hu> <20081020153850.GB27993@Krystal> <48FEA019.10606@cn.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48FEA019.10606@cn.fujitsu.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00,DNS_FROM_SECURITYSAGE autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] 0.0 DNS_FROM_SECURITYSAGE RBL: Envelope sender in blackholes.securitysage.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 647 Lines: 21 * Zhaolei wrote: > Because e->name is unique in list, we don't need to continue the iteration > after matched. > > Impact: cleanup, no functionality changed > > Signed-off-by: Zhao Lei > --- > kernel/marker.c | 3 +-- > 1 files changed, 1 insertions(+), 2 deletions(-) applied to tip/tracing/markers, thanks! (also added Mathieu's ack) 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/