From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751979AbdJ2URv (ORCPT ); Sun, 29 Oct 2017 16:17:51 -0400 Received: from mail.kernel.org ([198.145.29.99]:45960 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751315AbdJ2URt (ORCPT ); Sun, 29 Oct 2017 16:17:49 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 89FFB21911 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=goodmis.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=rostedt@goodmis.org Date: Sun, 29 Oct 2017 16:17:46 -0400 From: Steven Rostedt To: Linus Torvalds Cc: LKML , Ingo Molnar , Andrew Morton , stable Subject: Re: [GIT PULL] tracing/samples: Fix creation and deletion of simple_thread_fn creation Message-ID: <20171029161746.1ca4bc0c@gandalf.local.home> In-Reply-To: References: <20171017172150.3ff71046@gandalf.local.home> <20171027211527.6ebf5da4@vmware.local.home> X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 27 Oct 2017 20:35:09 -0700 Linus Torvalds wrote: > On Fri, Oct 27, 2017 at 6:15 PM, Steven Rostedt wrote: > > > > I'll write up a fix on the plane home on Saturday. Expect something by > > Sunday. > > I'll change the "bool" to "int" in the meanwhile, getting rid of the warning. > > That may be what you meant in the first place. > Yes it was. The first iteration just did the bool, then I realized I needed a counter, and changed it to do counting. I simply forgot to convert the bool to an int. That should be all that needs to be done. Thanks! -- Steve