Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753912AbdGYTtX (ORCPT ); Tue, 25 Jul 2017 15:49:23 -0400 Received: from mail-qk0-f175.google.com ([209.85.220.175]:33234 "EHLO mail-qk0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753112AbdGYTtV (ORCPT ); Tue, 25 Jul 2017 15:49:21 -0400 Date: Tue, 25 Jul 2017 15:49:19 -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 23/23] percpu: update header to contain bitmap allocator explanation. Message-ID: <20170725194919.GW18880@destiny> References: <20170724230220.21774-1-dennisz@fb.com> <20170724230220.21774-24-dennisz@fb.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170724230220.21774-24-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: 492 Lines: 15 On Mon, Jul 24, 2017 at 07:02:20PM -0400, Dennis Zhou wrote: > From: "Dennis Zhou (Facebook)" > > The other patches contain a lot of information, so adding this > information in a separate patch. It adds my copyright and a brief > explanation of how the bitmap allocator works. There is a minor typo as > well in the prior explanation so that is fixed. > > Signed-off-by: Dennis Zhou Reviewed-by: Josef Bacik Thanks, Josef