From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from szxga07-in.huawei.com ([45.249.212.35]:44808 "EHLO huawei.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1750795AbdLNKkG (ORCPT ); Thu, 14 Dec 2017 05:40:06 -0500 Subject: Re: [PATCH] fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at References: <20171213053825.10903-1-kilobyte@angband.pl> From: Chao Yu Message-ID: <8b0816ac-186e-77ec-68d9-d28e90d0d5d1@huawei.com> Date: Thu, 14 Dec 2017 18:39:40 +0800 MIME-Version: 1.0 In-Reply-To: <20171213053825.10903-1-kilobyte@angband.pl> Content-Type: text/plain; charset="windows-1252" Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: Adam Borowski , Alexander Viro , linux-fsdevel@vger.kernel.org, Jan Kara , Jonathan Corbet , linux-ext4@vger.kernel.org, Theodore Ts'o , Andreas Dilger , Eric Van Hensbergen , Ron Minnich , Latchesar Ionkov , v9fs-developer@lists.sourceforge.net, David Sterba , linux-btrfs@vger.kernel.org, "Yan, Zheng" , Sage Weil , Ilya Dryomov , ceph-devel@vger.kernel.org, Steve French , linux-cifs@vger.kernel.org, Jaegeuk Kim , linux-f2fs-devel@lists.sourceforge.net, David Woodhouse , linux-mtd@lists.infradead.org, Dave Kleikamp , jfs-discussion@lists.sourceforge.net, reiserfs-devel@vger.kernel.org, "Darrick J. Wong" , linux-xfs@vger.kernel.org On 2017/12/13 13:38, Adam Borowski wrote: > This link is replicated in most filesystems' config stanzas. Referring > to an archived version of that site is pointless as it mostly deals with > patches; user documentation is available elsewhere. > > Signed-off-by: Adam Borowski [skip] > diff --git a/fs/f2fs/Kconfig b/fs/f2fs/Kconfig > index 378c221d68a9..9a20ef42fadd 100644 > --- a/fs/f2fs/Kconfig > +++ b/fs/f2fs/Kconfig > @@ -35,8 +35,7 @@ config F2FS_FS_XATTR > default y > help > Extended attributes are name:value pairs associated with inodes by > - the kernel or by users (see the attr(5) manual page, or visit > - for details). > + the kernel or by users (see the attr(5) manual page for details). > > If unsure, say N. > > @@ -49,9 +48,6 @@ config F2FS_FS_POSIX_ACL > Posix Access Control Lists (ACLs) support permissions for users and > groups beyond the owner/group/world scheme. > > - To learn more about Access Control Lists, visit the POSIX ACLs for > - Linux website . > - > If you don't know what Access Control Lists are, say N > > config F2FS_FS_SECURITY Looks good to me. Acked-by: Chao Yu Thanks,