fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at
authorAdam Borowski <kilobyte@angband.pl>
Wed, 20 Dec 2017 13:58:52 +0000 (14:58 +0100)
committerJonathan Corbet <corbet@lwn.net>
Mon, 1 Jan 2018 19:45:37 +0000 (12:45 -0700)
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 <kilobyte@angband.pl>
CC: Alexander Viro <viro@zeniv.linux.org.uk>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Acked-by: Jan Kara <jack@suse.cz>
Acked-by: Dave Kleikamp <dave.kleikamp@oracle.com>
Acked-by: David Sterba <dsterba@suse.com>
Acked-by: "Yan, Zheng" <zyan@redhat.com>
Acked-by: Chao Yu <yuchao0@huawei.com>
Acked-by: Jaegeuk Kim <jaegeuk@kernel.org>
Acked-by: Steve French <smfrench@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
15 files changed:
Documentation/filesystems/ext2.txt
Documentation/filesystems/ext4.txt
fs/9p/Kconfig
fs/Kconfig
fs/btrfs/Kconfig
fs/ceph/Kconfig
fs/cifs/Kconfig
fs/ext2/Kconfig
fs/ext4/Kconfig
fs/f2fs/Kconfig
fs/hfsplus/Kconfig
fs/jffs2/Kconfig
fs/jfs/Kconfig
fs/reiserfs/Kconfig
fs/xfs/Kconfig

index 55755395d3dc50f6abdf5e2d6ab91ee97f3f44ad..81c0becab22505e780ae1ee9a4812ffe96c6b99e 100644 (file)
@@ -49,12 +49,10 @@ sb=n                                Use alternate superblock at this location.
 
 user_xattr                     Enable "user." POSIX Extended Attributes
                                (requires CONFIG_EXT2_FS_XATTR).
-                               See also http://acl.bestbits.at
 nouser_xattr                   Don't support "user." extended attributes.
 
 acl                            Enable POSIX Access Control Lists support
                                (requires CONFIG_EXT2_FS_POSIX_ACL).
-                               See also http://acl.bestbits.at
 noacl                          Don't support POSIX ACLs.
 
 nobh                           Do not attach buffer_heads to file pagecache.
index 75236c0c2ac231151b98e8ee2e1cbfd2b2ae6451..8cd63e16f171c5dbcede0e53ea3a955a07fc05a8 100644 (file)
@@ -202,15 +202,14 @@ inode_readahead_blks=n    This tuning parameter controls the maximum
                        the buffer cache.  The default value is 32 blocks.
 
 nouser_xattr           Disables Extended User Attributes.  See the
-                       attr(5) manual page and http://acl.bestbits.at/
-                       for more information about extended attributes.
+                       attr(5) manual page for more information about
+                       extended attributes.
 
 noacl                  This option disables POSIX Access Control List
                        support. If ACL support is enabled in the kernel
                        configuration (CONFIG_EXT4_FS_POSIX_ACL), ACL is
                        enabled by default on mount. See the acl(5) manual
-                       page and http://acl.bestbits.at/ for more information
-                       about acl.
+                       page for more information about acl.
 
 bsddf          (*)     Make 'df' act like BSD.
 minixdf                        Make 'df' act like Minix.
index 6489e1fc1afd4222c3e3913c166b1d1bc5cee0f1..11045d8e356a5c3c88a6a023c2f7dafbd07ddac9 100644 (file)
@@ -25,9 +25,6 @@ config 9P_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 <http://acl.bestbits.at/>.
-
          If you don't know what Access Control Lists are, say N
 
 endif
index 7aee6d699fd6b38949df0563281473c3afb445c2..0ed56752f20800cfaac5757783d7cacfb42998c4 100644 (file)
@@ -167,17 +167,13 @@ config TMPFS_POSIX_ACL
          files for sound to work properly.  In short, if you're not sure,
          say Y.
 
-         To learn more about Access Control Lists, visit the POSIX ACLs for
-         Linux website <http://acl.bestbits.at/>.
-
 config TMPFS_XATTR
        bool "Tmpfs extended attributes"
        depends on TMPFS
        default n
        help
          Extended attributes are name:value pairs associated with inodes by
-         the kernel or by users (see the attr(5) manual page, or visit
-         <http://acl.bestbits.at/> for details).
+         the kernel or by users (see the attr(5) manual page for details).
 
          Currently this enables support for the trusted.* and
          security.* namespaces.
index 2e558227931aa05fd2bd777efe5a6d6e19957c21..273351ee4c469c23fc1a083e17b0bfc2159726d2 100644 (file)
@@ -38,9 +38,6 @@ config BTRFS_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 <http://acl.bestbits.at/>.
-
          If you don't know what Access Control Lists are, say N
 
 config BTRFS_FS_CHECK_INTEGRITY
index 264e9bf83ff3f2ffe2e040f7032771bdcc23903f..52095f473464432a147692e2f668041b56de3419 100644 (file)
@@ -34,7 +34,4 @@ config CEPH_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 <http://acl.bestbits.at/>.
-
          If you don't know what Access Control Lists are, say N
index d5b2e12b5d02212046f0a7b816550737cc3b45af..e73d25f4b97a185814829b4c9c75003e9e9a3664 100644 (file)
@@ -108,14 +108,13 @@ config CIFS_XATTR
         depends on CIFS
         help
           Extended attributes are name:value pairs associated with inodes by
-          the kernel or by users (see the attr(5) manual page, or visit
-          <http://acl.bestbits.at/> for details).  CIFS maps the name of
-          extended attributes beginning with the user namespace prefix
-          to SMB/CIFS EAs. EAs are stored on Windows servers without the
-          user namespace prefix, but their names are seen by Linux cifs clients
-          prefaced by the user namespace prefix. The system namespace
-          (used by some filesystems to store ACLs) is not supported at
-          this time.
+          the kernel or by users (see the attr(5) manual page for details).
+          CIFS maps the name of extended attributes beginning with the user
+          namespace prefix to SMB/CIFS EAs.  EAs are stored on Windows
+          servers without the user namespace prefix, but their names are
+          seen by Linux cifs clients prefaced by the user namespace prefix.
+          The system namespace (used by some filesystems to store ACLs) is
+          not supported at this time.
 
           If unsure, say Y.
 
index c634874e12d969fbd0b00ad8da745553168876e6..894e4c53d1d2c55e6c9010e8c81140efb3e3e2cf 100644 (file)
@@ -13,8 +13,7 @@ config EXT2_FS_XATTR
        depends on EXT2_FS
        help
          Extended attributes are name:value pairs associated with inodes by
-         the kernel or by users (see the attr(5) manual page, or visit
-         <http://acl.bestbits.at/> for details).
+         the kernel or by users (see the attr(5) manual page for details).
 
          If unsure, say N.
 
@@ -26,9 +25,6 @@ config EXT2_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 <http://acl.bestbits.at/>.
-
          If you don't know what Access Control Lists are, say N
 
 config EXT2_FS_SECURITY
index 73b850f5659c425cfd17ada647fa1b982c3a3204..a453cc87082b5d1196a45bdd8aed8c67f9eb9ee3 100644 (file)
@@ -82,9 +82,6 @@ config EXT4_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 <http://acl.bestbits.at/>.
-
          If you don't know what Access Control Lists are, say N
 
 config EXT4_FS_SECURITY
index 378c221d68a92d8d75b74166236aae294c8db5cc..9a20ef42fadde47167dd38f3bd0e467301fafead 100644 (file)
@@ -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
-         <http://acl.bestbits.at/> 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 <http://acl.bestbits.at/>.
-
          If you don't know what Access Control Lists are, say N
 
 config F2FS_FS_SECURITY
index 24bc20fd42f7b93081d8c22954a5a38ec44d3037..7cc8b4acf66ae4fa89087dbd0b9552c3abe4b6e8 100644 (file)
@@ -20,9 +20,6 @@ config HFSPLUS_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 <http://acl.bestbits.at/>.
-
          It needs to understand that POSIX ACLs are treated only under
          Linux. POSIX ACLs doesn't mean something under Mac OS X.
          Mac OS X beginning with version 10.4 ("Tiger") support NFSv4 ACLs,
index d8bb6c411e96e1982f5e965fdfe14af02f0c0f14..ad850c5bf2ca47c679450e72b82a1b326880a96d 100644 (file)
@@ -68,8 +68,7 @@ config JFFS2_FS_XATTR
        default n
        help
          Extended attributes are name:value pairs associated with inodes by
-         the kernel or by users (see the attr(5) manual page, or visit
-         <http://acl.bestbits.at/> for details).
+         the kernel or by users (see the attr(5) manual page for details).
 
          If unsure, say N.
 
@@ -82,9 +81,6 @@ config JFFS2_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 <http://acl.bestbits.at/>.
-
          If you don't know what Access Control Lists are, say N
 
 config JFFS2_FS_SECURITY
index 57cef19951dbc5aa703561d941ad217349a0e7fb..851de78fdabbbc1aa937091b1759b053aa527437 100644 (file)
@@ -16,9 +16,6 @@ config JFS_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 <http://acl.bestbits.at/>.
-
          If you don't know what Access Control Lists are, say N
 
 config JFS_SECURITY
index 7cd46666ba2c04b09ace1fba51e3f75845155997..86e71c0caf4828672242026408791a8cb5ac62eb 100644 (file)
@@ -57,8 +57,7 @@ config REISERFS_FS_XATTR
        depends on REISERFS_FS
        help
          Extended attributes are name:value pairs associated with inodes by
-         the kernel or by users (see the attr(5) manual page, or visit
-         <http://acl.bestbits.at/> for details).
+         the kernel or by users (see the attr(5) manual page for details).
 
          If unsure, say N.
 
@@ -70,9 +69,6 @@ config REISERFS_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 <http://acl.bestbits.at/>.
-
          If you don't know what Access Control Lists are, say N
 
 config REISERFS_FS_SECURITY
index f42fcf1b546553a4c81b23bed5746d0c017c7b7d..46bcf0e649f5c997f7d6977ec3978312d98f7283 100644 (file)
@@ -48,9 +48,6 @@ config XFS_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 <http://acl.bestbits.at/>.
-
          If you don't know what Access Control Lists are, say N.
 
 config XFS_RT