Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751693AbdGYSFO (ORCPT ); Tue, 25 Jul 2017 14:05:14 -0400 Received: from mail-qt0-f171.google.com ([209.85.216.171]:38459 "EHLO mail-qt0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751427AbdGYSFM (ORCPT ); Tue, 25 Jul 2017 14:05:12 -0400 Date: Tue, 25 Jul 2017 14:05:10 -0400 From: Josef Bacik To: Dennis Zhou Cc: Tejun Heo , Christoph Lameter , Josef Bacik , linux-kernel@vger.kernel.org, linux-mm@kvack.org, kernel-team@fb.com, Dennis Zhou Subject: Re: [PATCH v2 03/23] percpu: remove has_reserved from pcpu_chunk Message-ID: <20170725180509.GC18880@destiny> References: <20170724230220.21774-1-dennisz@fb.com> <20170724230220.21774-4-dennisz@fb.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170724230220.21774-4-dennisz@fb.com> User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 478 Lines: 15 On Mon, Jul 24, 2017 at 07:02:00PM -0400, Dennis Zhou wrote: > From: "Dennis Zhou (Facebook)" > > Prior this variable was used to manage statistics when the first chunk > had a reserved region. The previous patch introduced start_offset to > keep track of the offset by value rather than boolean. Therefore, > has_reserved can be removed. > > Signed-off-by: Dennis Zhou Reviewed-by: Josef Bacik Thanks, Josef