From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755986AbdLON2n (ORCPT ); Fri, 15 Dec 2017 08:28:43 -0500 Received: from mail-qk0-f169.google.com ([209.85.220.169]:35092 "EHLO mail-qk0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755389AbdLON2j (ORCPT ); Fri, 15 Dec 2017 08:28:39 -0500 X-Google-Smtp-Source: ACJfBouhOn9TxtXpdhhvtUYOG+aPPeny1ZqQ+OCuaKGaaN65BOkhz7CRyb0pzLm8P3uMo4FK9ZW3HA== Date: Fri, 15 Dec 2017 05:28:36 -0800 From: Tejun Heo To: guoyayun Cc: cl@linux.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] percpu: percpu_counter_initialized can be boolean Message-ID: <20171215132836.GH3919388@devbig577.frc2.facebook.com> References: <1513320512-3013-1-git-send-email-guoyayun@cmss.chinamobile.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1513320512-3013-1-git-send-email-guoyayun@cmss.chinamobile.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 15, 2017 at 02:48:32PM +0800, guoyayun wrote: > This patch makes percpu_counter_initialized return bool due to this > particular function only using either one or zero as its return > value. > > No functional change. > > Signed-off-by: guoyayun Applied to percpu/for-4.16. Thanks. -- tejun