From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932170AbcAMVlP (ORCPT ); Wed, 13 Jan 2016 16:41:15 -0500 Received: from aserp1040.oracle.com ([141.146.126.69]:45234 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754032AbcAMVlO (ORCPT ); Wed, 13 Jan 2016 16:41:14 -0500 Subject: Re: [PATCH] Documentation: update libhugetlbfs site url To: SeongJae Park , corbet@lwn.net References: <1452671276-21284-1-git-send-email-sj38.park@gmail.com> From: Mike Kravetz Cc: akpm@linux-foundation.org, hughd@google.com, joern@logfs.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org Message-ID: <5696C46D.6000205@oracle.com> Date: Wed, 13 Jan 2016 13:41:01 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <1452671276-21284-1-git-send-email-sj38.park@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Source-IP: aserv0022.oracle.com [141.146.126.234] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/12/2016 11:47 PM, SeongJae Park wrote: > The site for libhugetlbfs has moved from sourceforge to github. This > commit updates the old url. > > Signed-off-by: SeongJae Park > --- > Documentation/filesystems/proc.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/filesystems/proc.txt b/Documentation/filesystems/proc.txt > index e95aa1c..fde9fd0 100644 > --- a/Documentation/filesystems/proc.txt > +++ b/Documentation/filesystems/proc.txt > @@ -820,7 +820,7 @@ by migrate-type and finishes with details on how many page blocks of each > type exist. > > If min_free_kbytes has been tuned correctly (recommendations made by hugeadm > -from libhugetlbfs http://sourceforge.net/projects/libhugetlbfs/), one can > +from libhugetlbfs https://github.com/libhugetlbfs/libhugetlbfs/), one can > make an estimate of the likely number of huge pages that can be allocated > at a given point in time. All the "Movable" blocks should be allocatable > unless memory has been mlock()'d. Some of the Reclaimable blocks should > Thanks for changing this. I grep'ed and this is the only reference to the old site. Acked-by: Mike Kravetz -- Mike Kravetz