From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758841AbYE0PoV (ORCPT ); Tue, 27 May 2008 11:44:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756789AbYE0PoN (ORCPT ); Tue, 27 May 2008 11:44:13 -0400 Received: from www.tglx.de ([62.245.132.106]:53757 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757194AbYE0PoN (ORCPT ); Tue, 27 May 2008 11:44:13 -0400 Date: Tue, 27 May 2008 17:43:54 +0200 (CEST) From: Thomas Gleixner To: Abhishek Sagar cc: Ingo Molnar , rostedt@goodmis.org, LKML Subject: Re: [PATCH] ftrace: fix updating of ftrace_update_cnt In-Reply-To: <48386104.6020109@gmail.com> Message-ID: References: <48386104.6020109@gmail.com> User-Agent: Alpine 1.10 (LFD 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 25 May 2008, Abhishek Sagar wrote: > Hi Ingo/Steven, > > Ftrace currently maintains an update count which includes false > updates, i.e, updates which failed. If anything, such failures > should be tracked by some separate variable, but this patch provides > a minimal fix. Good catch. Applied, thanks tglx