From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752044AbbEZXJE (ORCPT ); Tue, 26 May 2015 19:09:04 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:34563 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751320AbbEZXJB (ORCPT ); Tue, 26 May 2015 19:09:01 -0400 Date: Tue, 26 May 2015 16:09:00 -0700 From: Andrew Morton To: Mike Kravetz Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, Naoya Horiguchi , Davidlohr Bueso , David Rientjes , Luiz Capitulino Subject: Re: [PATCH] mm/hugetlb: document the reserve map/region tracking routines Message-Id: <20150526160900.0c0868b73e40995d3d65c616@linux-foundation.org> In-Reply-To: <1432675630-7623-1-git-send-email-mike.kravetz@oracle.com> References: <1432675630-7623-1-git-send-email-mike.kravetz@oracle.com> X-Mailer: Sylpheed 3.4.1 (GTK+ 2.24.23; 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 Tue, 26 May 2015 14:27:10 -0700 Mike Kravetz wrote: > This is a documentation only patch and does not modify any code. > Descriptions of the routines used for reserve map/region tracking > are added. Confused. This adds comments which are similar to the ones which were added by mm-hugetlb-compute-return-the-number-of-regions-added-by-region_add-v2.patch and mm-hugetlb-handle-races-in-alloc_huge_page-and-hugetlb_reserve_pages-v2.patch. But the comments are a bit different. And this patch madly conflicts with the two abovementioned patches. Maybe the thing to do is to start again, with a three-patch series: mm-hugetlb-document-the-reserve-map-region-tracking-routines.patch mm-hugetlb-compute-return-the-number-of-regions-added-by-region_add-v3.patch mm-hugetlb-handle-races-in-alloc_huge_page-and-hugetlb_reserve_pages-v3.patch while resolving the differences in the new code comments?