From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 38C0314882F; Tue, 4 Jun 2024 16:28:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717518529; cv=none; b=bCxCFzdyqN/dL4l2+xvc2kQT9rhhKJRv9U14XPwCg3IaGye92PB0YWWSyP/Q2Vzxk0am46pTTNqSWMqrrG5MnGu8qv2PSYovI983j8GLYBx0o4M4BcCF7sgcopgYbgHjnV7KbLy2F2t2KMRpi0418lpNLKZ9TqwOfiTM93o4J0s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717518529; c=relaxed/simple; bh=TX40eYpPBSoNfgjKiXXx9iO88CRFF2v2Ilo21ADay8Y=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=jkceXMH7MgWXG0RA6IlEriYE5JVBh+drRmCQfr59r37S+BIMiAx24vhl4K5MdNDFFwkxxIn5Sw5uHkmwTC3qLE31b9n5ACUlznOw11Uv/zgtNT4Rt5jAHbh+VnfefDwhNJ7vdZyeXJjDSddEvAcAamB8IYohNMsV2QL8mDCtUpE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id 484C2C4AF09; Tue, 4 Jun 2024 16:28:44 +0000 (UTC) Date: Tue, 4 Jun 2024 12:28:42 -0400 From: Steven Rostedt To: Qais Yousef Cc: Ingo Molnar , Peter Zijlstra , Juri Lelli , Vincent Guittot , Daniel Bristot de Oliveira , Thomas Gleixner , Sebastian Andrzej Siewior , Alexander Viro , Christian Brauner , Andrew Morton , Jens Axboe , Metin Kaya , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-trace-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH v5 2/2] sched/rt, dl: Convert functions to return bool Message-ID: <20240604122842.40296fb1@gandalf.local.home> In-Reply-To: <20240604144228.1356121-3-qyousef@layalina.io> References: <20240604144228.1356121-1-qyousef@layalina.io> <20240604144228.1356121-3-qyousef@layalina.io> X-Mailer: Claws Mail 3.20.0git84 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-trace-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Tue, 4 Jun 2024 15:42:28 +0100 Qais Yousef wrote: > {rt, realtime, dl}_{task, prio}() functions return value is actually > a bool. Convert their return type to reflect that. > > Suggested-by: Steven Rostedt (Google) > Signed-off-by: Qais Yousef > --- > include/linux/sched/deadline.h | 8 +++----- > include/linux/sched/rt.h | 16 ++++++---------- > 2 files changed, 9 insertions(+), 15 deletions(-) Reviewed-by: Steven Rostedt (Google) -- Steve