Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753824AbdC1CCP (ORCPT ); Mon, 27 Mar 2017 22:02:15 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:59229 "EHLO out1-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753605AbdC1CCN (ORCPT ); Mon, 27 Mar 2017 22:02:13 -0400 X-ME-Sender: X-Sasl-enc: vu2H3lvIBFyyvIz4vhnUeis83GPkaxm4odopL1m+hu2S 1490666530 Message-ID: <1490666521.3187.0.camel@themaw.net> Subject: Re: [PATCH 4/5] fs/autofs4: Fix a dead URL to ftp.kernel.org From: Ian Kent To: SeongJae Park , rml@tech9.net, axboe@fb.com, shli@kernel.org, yamada.masahito@socionext.com, mmarek@suse.com Cc: linux-raid@vger.kernel.org, autofs@vger.kernel.org, linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org Date: Tue, 28 Mar 2017 10:02:01 +0800 In-Reply-To: <20170327054731.31882-5-sj38.park@gmail.com> References: <20170327054731.31882-1-sj38.park@gmail.com> <20170327054731.31882-5-sj38.park@gmail.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.6 (3.22.6-1.fc25) Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1044 Lines: 28 On Mon, 2017-03-27 at 14:47 +0900, SeongJae Park wrote: > As ftp.kernel.org is closed [0], this commit fixes a dead URL to > ftp.kernel.org in fs/autofs4/ to use www.kernel.org instead. > > [0] https://www.kernel.org/shutting-down-ftp-services.html > > Signed-off-by: SeongJae Park ACK, and thanks for fixing this. > --- >  fs/autofs4/Kconfig | 2 +- >  1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/autofs4/Kconfig b/fs/autofs4/Kconfig > index 1204d6384d39..44727bf18297 100644 > --- a/fs/autofs4/Kconfig > +++ b/fs/autofs4/Kconfig > @@ -7,7 +7,7 @@ config AUTOFS4_FS >     automounter (amd), which is a pure user space daemon. >   >     To use the automounter you need the user-space tools from > -   ; you also > +   ; you also >     want to answer Y to "NFS file system support", below. >   >     To compile this support as a module, choose M here: the module will > be