Received: by 10.223.164.202 with SMTP id h10csp3494957wrb; Tue, 28 Nov 2017 12:14:00 -0800 (PST) X-Google-Smtp-Source: AGs4zMaPcJWZBnWwmr/1eav7/N5eYvFSlMykuzcoasg/7QGeJ/WydsZrXnctCGXe5K5mxzPGS6Iq X-Received: by 10.99.97.66 with SMTP id v63mr341676pgb.84.1511900040710; Tue, 28 Nov 2017 12:14:00 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1511900040; cv=none; d=google.com; s=arc-20160816; b=nkdI0PyIcEiixkQqwkJlalmkOk/w2pupgG5Uu9SPaP64u8CJUe90u8/8/rgzhlQtUL GI+J0CbK7opxnTUdx4WJxtjiE7mZ86hC1pCEVRxsvAqzvtwGZh4zC3NUE2nJsS5qhq8f rchXGpAcR7kslIguBLxTDHFctOcsz3p1uFnClLPBG2DgdOP9M/RM5f7n8A3dL961NIl0 BPI9pBtgPd71YBLUrkOhBu4WRq1FJ3Bhr33r9BLt3dnhlefPizv5Pey2xwpzJ79Mairv lYB9eswNjSoQRZTFmsRZ+CtzzDJm9SBtlEml8fU/943fdqhTpu/OYL4hrKu6TSNkD2sf osOg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date :arc-authentication-results; bh=6lxs/5ablnOXvVrYMPRycr1aCayPzWYxD27SPXjnBxc=; b=Fi51u6WOgGs0GAu+j2YroyhNMn+PeGR69H92yeI1yMUQmUEvWc1Of0rdWLoPR85n7u XDSBFoUMm4BDJlI3jU3zdsiyfj9YATNzH0g+jN43Aey0b1BDbCqxJzT1DMaXbuQq5Jma TkKJ66bvsk8dw5Hdu+eL1/ciqIXhqzxS+c4XpuMLTPk9+31fkS5vxxEfaa9psBlxsyBd fgcfw1kmZq6Df+u7OZ/yPCRgli8E07NVqwitwe1utECs5YAxz8x6TFtKQNekaP+Zd6lD ae5CcrQzFxQXsMLY/4fz++0M7D7IjO3pvFgsyArYj+Cq21ikSBbOCcA6riV0PNFwyGIL erxw== 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 u2si25849277pls.531.2017.11.28.12.13.50; Tue, 28 Nov 2017 12:14:00 -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 S1754217AbdK1UMb convert rfc822-to-8bit (ORCPT + 70 others); Tue, 28 Nov 2017 15:12:31 -0500 Received: from wp038.webpack.hosteurope.de ([80.237.132.45]:44374 "EHLO wp038.webpack.hosteurope.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754175AbdK1UM0 (ORCPT ); Tue, 28 Nov 2017 15:12:26 -0500 Received: from [2001:a61:229f:2eab::21] (helo=localhost); authenticated by wp038.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1eJmEy-0002MU-4F; Tue, 28 Nov 2017 21:12:24 +0100 Date: Tue, 28 Nov 2017 21:12:24 +0100 From: Henning Schild To: Alexander Viro Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] docs: fix location of document that got moved Message-ID: <20171128211224.63fbe7d6@hennsch.de> In-Reply-To: <20170920180204.23427-1-henning@hennsch.de> References: <20170901195721.16214-1-henning@hennsch.de> <20170920180204.23427-1-henning@hennsch.de> X-Mailer: Claws Mail 3.15.0-dirty (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT X-bounce-key: webpack.hosteurope.de;henning@hennsch.de;1511899946;cdf05b37; X-HE-SMSGID: 1eJmEy-0002MU-4F Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Alexander, could you please have a look at that patch. Henning Am Wed, 20 Sep 2017 20:02:04 +0200 schrieb Henning Schild : > commit 9d85025b0418 ("docs-rst: create an user's manual book") > renamed the document mentioned in the header. Adjust the link to > point to the right place. > > Signed-off-by: Henning Schild > --- > fs/binfmt_misc.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/fs/binfmt_misc.c b/fs/binfmt_misc.c > index ce7181ea60fa..b5f1ae5d3217 100644 > --- a/fs/binfmt_misc.c > +++ b/fs/binfmt_misc.c > @@ -4,7 +4,8 @@ > * Copyright (C) 1997 Richard Günther > * > * binfmt_misc detects binaries via a magic or filename extension > and invokes > - * a specified wrapper. See Documentation/binfmt_misc.txt for more > details. > + * a specified wrapper. See > Documentation/admin-guide/binfmt-misc.rst for more > + * details. > */ > > #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt From 1584124657076993161@xxx Wed Nov 15 09:43:19 +0000 2017 X-GM-THRID: 1577369978928397436 X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread