From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751503AbbCGOvj (ORCPT ); Sat, 7 Mar 2015 09:51:39 -0500 Received: from mx1.redhat.com ([209.132.183.28]:32922 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750819AbbCGOvg (ORCPT ); Sat, 7 Mar 2015 09:51:36 -0500 Message-ID: <54FB106A.3010902@redhat.com> Date: Sat, 07 Mar 2015 20:21:22 +0530 From: Pratyush Anand User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Steven Rostedt CC: linux-kernel@vger.kernel.org Subject: Re: [PATCH] ftrace: fix en(dis)able graph caller when en(dis)abling record via sysctl References: <20150306162955.3e5c1cc1@gandalf.local.home> In-Reply-To: <20150306162955.3e5c1cc1@gandalf.local.home> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Saturday 07 March 2015 02:59 AM, Steven Rostedt wrote: >> if (ftrace_start_up) >> > ftrace_run_update_code(FTRACE_UPDATE_CALLS); > Hmm, I guess you forgot to delete the above if statement (that gets > replaced by the if statement before it). > > No need to send another patch, I removed it. Thanks :)