Received: by 10.223.185.116 with SMTP id b49csp84470wrg; Fri, 2 Mar 2018 14:08:18 -0800 (PST) X-Google-Smtp-Source: AG47ELu09T5oH6nXn3ls1eqpzh4xN9vH6CUs3D5p+vdY87HVN4JQ9Kd1fByGsjytgBwDltQtZDnS X-Received: by 10.99.189.82 with SMTP id d18mr5713707pgp.172.1520028498220; Fri, 02 Mar 2018 14:08:18 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1520028498; cv=none; d=google.com; s=arc-20160816; b=uCiiwEXalmTay6FSULlZ3Dmhppoblp16C3wFz4nWZhubjoMNCNhqqEmLeMbyhxd13y YuM6WEpVDoAFgsmXpPEVjwlDKM6HNCAtTk4CdQWwclYAApbcAYn0mP7TP+aEZ+ARLqpq YeQSIHc9JfqZjqPEkqT3C7WFIQN0Jr38uQ8sM6OFQrOZhMqq+4lODpzc/MUYk1NPdaRD Mfm3jeTsRdVjQvISOeQHSO5XGhdcbCuUWZgSxSNR6kMfH7sceJnZih+JV934cNjL/4qt rmnhrzMY6TnBqmK4GU/E6QdlmBkQ7MIvBknANoDEBzYv52cT7CMYIZAQ9lE80JdCMeG9 CGxQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=WJG0kBFu0MOb5kUKux5USa35X4lMNaJk2vOQ85mGlrA=; b=m6DoF9bADwfwV56eOydSt1B6poZMK0QHUVTJ1pG2cpggVMhKmjnd6D8Ok7uKzwk+C8 gsg7CKzChry+qqQWEKA7fiTDunItUjG0U4ZyYQHOFpMvmJqHi80oePHzbbKyBMTxp4c7 W+UUIgLNhYCqr41k8kaknCDQTJrPjoY1SxGB36zaSyGkQRezkH+8hIWjxHCNV3sAxIBU sNybDgPSLNf24EYh3OS8d7QJaTs5It4npidUrendtyMOI3Ow2zzPLtNRsMtd8bNXsWKa 7wQbhi7A9iZ2QOADFam5SXN8SQND+SdzdA3wTpEng0IngxvTxhu6s1NyueNpLmB8okUX lpIw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id u27si5483448pfk.241.2018.03.02.14.08.03; Fri, 02 Mar 2018 14:08:18 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932555AbeCBV5g (ORCPT + 99 others); Fri, 2 Mar 2018 16:57:36 -0500 Received: from ipmail07.adl2.internode.on.net ([150.101.137.131]:51353 "EHLO ipmail07.adl2.internode.on.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932506AbeCBV5e (ORCPT ); Fri, 2 Mar 2018 16:57:34 -0500 Received: from ppp59-167-129-252.static.internode.on.net (HELO dastard) ([59.167.129.252]) by ipmail07.adl2.internode.on.net with ESMTP; 03 Mar 2018 08:27:33 +1030 Received: from dave by dastard with local (Exim 4.80) (envelope-from ) id 1ersgG-00034w-2E; Sat, 03 Mar 2018 08:57:32 +1100 Date: Sat, 3 Mar 2018 08:57:32 +1100 From: Dave Chinner To: "Darrick J. Wong" Cc: Masanari Iida , linux-xfs@vger.kernel.org, linux-kernel@vger.kernel.org, corbet@lwn.net, linux-doc@vger.kernel.org Subject: Re: [PATCH] xfs: Change URL for the project in xfs.txt Message-ID: <20180302215731.GT30854@dastard> References: <20180302133013.9744-1-standby24x7@gmail.com> <20180302172401.GT19312@magnolia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180302172401.GT19312@magnolia> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Mar 02, 2018 at 09:24:01AM -0800, Darrick J. Wong wrote: > On Fri, Mar 02, 2018 at 10:30:13PM +0900, Masanari Iida wrote: > > The oss.sgi.com doesn't exist any more. > > Change it to current project URL, https://xfs.wiki.kernel.org/ > > > > Signed-off-by: Masanari Iida > > --- > > Documentation/filesystems/xfs.txt | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/Documentation/filesystems/xfs.txt b/Documentation/filesystems/xfs.txt > > index 3b9b5c149f32..4d9ff0a7f8e1 100644 > > --- a/Documentation/filesystems/xfs.txt > > +++ b/Documentation/filesystems/xfs.txt > > @@ -9,7 +9,7 @@ variable block sizes, is extent based, and makes extensive use of > > Btrees (directories, extents, free space) to aid both performance > > and scalability. > > > > -Refer to the documentation at http://oss.sgi.com/projects/xfs/ > > +Refer to the documentation at https://xfs.wiki.kernel.org/ Did I miss a memo? Cheers, Dave. -- Dave Chinner david@fromorbit.com