All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at
@ 2017-12-13  5:38 ` Adam Borowski
  0 siblings, 0 replies; 28+ messages in thread
From: Adam Borowski @ 2017-12-13  5:38 UTC (permalink / raw)
  To: Alexander Viro, linux-fsdevel, Jan Kara, Jonathan Corbet,
	linux-ext4, Theodore Ts'o, Andreas Dilger,
	Eric Van Hensbergen, Ron Minnich, Latchesar Ionkov,
	v9fs-developer, David Sterba, linux-btrfs, Yan, Zheng, Sage Weil,
	Ilya Dryomov, ceph-devel, Steve French, linux-cifs, Jaegeuk Kim,
	Chao Yu, linux-f2fs-devel, David Woodhouse, linux-mtd,
	Dave Kleikamp, jfs-discussion, reiserfs-devel, Darrick J. Wong,
	linux-xfs
  Cc: Adam Borowski

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>
---
Sending this as one piece; if you guys would instead prefer this chopped
into tiny per-filesystem bits, please say so.


 Documentation/filesystems/ext2.txt |  2 --
 Documentation/filesystems/ext4.txt |  7 +++----
 fs/9p/Kconfig                      |  3 ---
 fs/Kconfig                         |  6 +-----
 fs/btrfs/Kconfig                   |  3 ---
 fs/ceph/Kconfig                    |  3 ---
 fs/cifs/Kconfig                    | 15 +++++++--------
 fs/ext2/Kconfig                    |  6 +-----
 fs/ext4/Kconfig                    |  3 ---
 fs/f2fs/Kconfig                    |  6 +-----
 fs/hfsplus/Kconfig                 |  3 ---
 fs/jffs2/Kconfig                   |  6 +-----
 fs/jfs/Kconfig                     |  3 ---
 fs/reiserfs/Kconfig                |  6 +-----
 fs/xfs/Kconfig                     |  3 ---
 15 files changed, 15 insertions(+), 60 deletions(-)

diff --git a/Documentation/filesystems/ext2.txt b/Documentation/filesystems/ext2.txt
index 55755395d3dc..81c0becab225 100644
--- a/Documentation/filesystems/ext2.txt
+++ b/Documentation/filesystems/ext2.txt
@@ -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.
diff --git a/Documentation/filesystems/ext4.txt b/Documentation/filesystems/ext4.txt
index 75236c0c2ac2..8cd63e16f171 100644
--- a/Documentation/filesystems/ext4.txt
+++ b/Documentation/filesystems/ext4.txt
@@ -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.
diff --git a/fs/9p/Kconfig b/fs/9p/Kconfig
index 6489e1fc1afd..11045d8e356a 100644
--- a/fs/9p/Kconfig
+++ b/fs/9p/Kconfig
@@ -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
diff --git a/fs/Kconfig b/fs/Kconfig
index 7aee6d699fd6..0ed56752f208 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -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.
diff --git a/fs/btrfs/Kconfig b/fs/btrfs/Kconfig
index 2e558227931a..273351ee4c46 100644
--- a/fs/btrfs/Kconfig
+++ b/fs/btrfs/Kconfig
@@ -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
diff --git a/fs/ceph/Kconfig b/fs/ceph/Kconfig
index 264e9bf83ff3..52095f473464 100644
--- a/fs/ceph/Kconfig
+++ b/fs/ceph/Kconfig
@@ -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
diff --git a/fs/cifs/Kconfig b/fs/cifs/Kconfig
index d5b2e12b5d02..e73d25f4b97a 100644
--- a/fs/cifs/Kconfig
+++ b/fs/cifs/Kconfig
@@ -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.
 
diff --git a/fs/ext2/Kconfig b/fs/ext2/Kconfig
index c634874e12d9..894e4c53d1d2 100644
--- a/fs/ext2/Kconfig
+++ b/fs/ext2/Kconfig
@@ -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
diff --git a/fs/ext4/Kconfig b/fs/ext4/Kconfig
index 73b850f5659c..a453cc87082b 100644
--- a/fs/ext4/Kconfig
+++ b/fs/ext4/Kconfig
@@ -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
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
-	  <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
diff --git a/fs/hfsplus/Kconfig b/fs/hfsplus/Kconfig
index 24bc20fd42f7..7cc8b4acf66a 100644
--- a/fs/hfsplus/Kconfig
+++ b/fs/hfsplus/Kconfig
@@ -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,
diff --git a/fs/jffs2/Kconfig b/fs/jffs2/Kconfig
index d8bb6c411e96..ad850c5bf2ca 100644
--- a/fs/jffs2/Kconfig
+++ b/fs/jffs2/Kconfig
@@ -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
diff --git a/fs/jfs/Kconfig b/fs/jfs/Kconfig
index 57cef19951db..851de78fdabb 100644
--- a/fs/jfs/Kconfig
+++ b/fs/jfs/Kconfig
@@ -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
diff --git a/fs/reiserfs/Kconfig b/fs/reiserfs/Kconfig
index 7cd46666ba2c..86e71c0caf48 100644
--- a/fs/reiserfs/Kconfig
+++ b/fs/reiserfs/Kconfig
@@ -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
diff --git a/fs/xfs/Kconfig b/fs/xfs/Kconfig
index f42fcf1b5465..46bcf0e649f5 100644
--- a/fs/xfs/Kconfig
+++ b/fs/xfs/Kconfig
@@ -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
-- 
2.15.1


^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [PATCH] fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at
@ 2017-12-13  5:38 ` Adam Borowski
  0 siblings, 0 replies; 28+ messages in thread
From: Adam Borowski @ 2017-12-13  5:38 UTC (permalink / raw)
  To: Alexander Viro, linux-fsdevel, Jan Kara, Jonathan Corbet,
	linux-ext4, Theodore Ts'o, Andreas Dilger,
	Eric Van Hensbergen, Ron Minnich, Latchesar Ionkov,
	v9fs-developer, David Sterba, linux-btrfs, Yan, Zheng, Sage Weil,
	Ilya Dryomov, ceph-devel, Steve French, linux-cifs, Jaegeuk Kim,
	Chao Yu, linux-f2fs-devel, David Woodhouse
  Cc: Adam Borowski

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>
---
Sending this as one piece; if you guys would instead prefer this chopped
into tiny per-filesystem bits, please say so.


 Documentation/filesystems/ext2.txt |  2 --
 Documentation/filesystems/ext4.txt |  7 +++----
 fs/9p/Kconfig                      |  3 ---
 fs/Kconfig                         |  6 +-----
 fs/btrfs/Kconfig                   |  3 ---
 fs/ceph/Kconfig                    |  3 ---
 fs/cifs/Kconfig                    | 15 +++++++--------
 fs/ext2/Kconfig                    |  6 +-----
 fs/ext4/Kconfig                    |  3 ---
 fs/f2fs/Kconfig                    |  6 +-----
 fs/hfsplus/Kconfig                 |  3 ---
 fs/jffs2/Kconfig                   |  6 +-----
 fs/jfs/Kconfig                     |  3 ---
 fs/reiserfs/Kconfig                |  6 +-----
 fs/xfs/Kconfig                     |  3 ---
 15 files changed, 15 insertions(+), 60 deletions(-)

diff --git a/Documentation/filesystems/ext2.txt b/Documentation/filesystems/ext2.txt
index 55755395d3dc..81c0becab225 100644
--- a/Documentation/filesystems/ext2.txt
+++ b/Documentation/filesystems/ext2.txt
@@ -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.
diff --git a/Documentation/filesystems/ext4.txt b/Documentation/filesystems/ext4.txt
index 75236c0c2ac2..8cd63e16f171 100644
--- a/Documentation/filesystems/ext4.txt
+++ b/Documentation/filesystems/ext4.txt
@@ -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.
diff --git a/fs/9p/Kconfig b/fs/9p/Kconfig
index 6489e1fc1afd..11045d8e356a 100644
--- a/fs/9p/Kconfig
+++ b/fs/9p/Kconfig
@@ -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
diff --git a/fs/Kconfig b/fs/Kconfig
index 7aee6d699fd6..0ed56752f208 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -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.
diff --git a/fs/btrfs/Kconfig b/fs/btrfs/Kconfig
index 2e558227931a..273351ee4c46 100644
--- a/fs/btrfs/Kconfig
+++ b/fs/btrfs/Kconfig
@@ -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
diff --git a/fs/ceph/Kconfig b/fs/ceph/Kconfig
index 264e9bf83ff3..52095f473464 100644
--- a/fs/ceph/Kconfig
+++ b/fs/ceph/Kconfig
@@ -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
diff --git a/fs/cifs/Kconfig b/fs/cifs/Kconfig
index d5b2e12b5d02..e73d25f4b97a 100644
--- a/fs/cifs/Kconfig
+++ b/fs/cifs/Kconfig
@@ -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.
 
diff --git a/fs/ext2/Kconfig b/fs/ext2/Kconfig
index c634874e12d9..894e4c53d1d2 100644
--- a/fs/ext2/Kconfig
+++ b/fs/ext2/Kconfig
@@ -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
diff --git a/fs/ext4/Kconfig b/fs/ext4/Kconfig
index 73b850f5659c..a453cc87082b 100644
--- a/fs/ext4/Kconfig
+++ b/fs/ext4/Kconfig
@@ -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
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
-	  <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
diff --git a/fs/hfsplus/Kconfig b/fs/hfsplus/Kconfig
index 24bc20fd42f7..7cc8b4acf66a 100644
--- a/fs/hfsplus/Kconfig
+++ b/fs/hfsplus/Kconfig
@@ -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,
diff --git a/fs/jffs2/Kconfig b/fs/jffs2/Kconfig
index d8bb6c411e96..ad850c5bf2ca 100644
--- a/fs/jffs2/Kconfig
+++ b/fs/jffs2/Kconfig
@@ -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
diff --git a/fs/jfs/Kconfig b/fs/jfs/Kconfig
index 57cef19951db..851de78fdabb 100644
--- a/fs/jfs/Kconfig
+++ b/fs/jfs/Kconfig
@@ -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
diff --git a/fs/reiserfs/Kconfig b/fs/reiserfs/Kconfig
index 7cd46666ba2c..86e71c0caf48 100644
--- a/fs/reiserfs/Kconfig
+++ b/fs/reiserfs/Kconfig
@@ -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
diff --git a/fs/xfs/Kconfig b/fs/xfs/Kconfig
index f42fcf1b5465..46bcf0e649f5 100644
--- a/fs/xfs/Kconfig
+++ b/fs/xfs/Kconfig
@@ -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
-- 
2.15.1


^ permalink raw reply related	[flat|nested] 28+ messages in thread

* Re: [PATCH] fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at
  2017-12-13  5:38 ` Adam Borowski
  (?)
@ 2017-12-13  6:05   ` Darrick J. Wong
  -1 siblings, 0 replies; 28+ messages in thread
From: Darrick J. Wong @ 2017-12-13  6:05 UTC (permalink / raw)
  To: Adam Borowski
  Cc: Alexander Viro, linux-fsdevel, Jan Kara, Jonathan Corbet,
	linux-ext4, Theodore Ts'o, Andreas Dilger,
	Eric Van Hensbergen, Ron Minnich, Latchesar Ionkov,
	v9fs-developer, David Sterba, linux-btrfs, Yan, Zheng, Sage Weil,
	Ilya Dryomov, ceph-devel, Steve French, linux-cifs, Jaegeuk Kim,
	Chao Yu, linux-f2fs-devel, David Woodhouse, linux-mtd,
	Dave Kleikamp, jfs-discussion, reiserfs-devel, linux-xfs

On Wed, Dec 13, 2017 at 06:38:25AM +0100, 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 <kilobyte@angband.pl>
> ---
> Sending this as one piece; if you guys would instead prefer this chopped
> into tiny per-filesystem bits, please say so.
> 
> 
>  Documentation/filesystems/ext2.txt |  2 --
>  Documentation/filesystems/ext4.txt |  7 +++----
>  fs/9p/Kconfig                      |  3 ---
>  fs/Kconfig                         |  6 +-----
>  fs/btrfs/Kconfig                   |  3 ---
>  fs/ceph/Kconfig                    |  3 ---
>  fs/cifs/Kconfig                    | 15 +++++++--------
>  fs/ext2/Kconfig                    |  6 +-----
>  fs/ext4/Kconfig                    |  3 ---
>  fs/f2fs/Kconfig                    |  6 +-----
>  fs/hfsplus/Kconfig                 |  3 ---
>  fs/jffs2/Kconfig                   |  6 +-----
>  fs/jfs/Kconfig                     |  3 ---
>  fs/reiserfs/Kconfig                |  6 +-----
>  fs/xfs/Kconfig                     |  3 ---
>  15 files changed, 15 insertions(+), 60 deletions(-)
> 
> diff --git a/Documentation/filesystems/ext2.txt b/Documentation/filesystems/ext2.txt
> index 55755395d3dc..81c0becab225 100644
> --- a/Documentation/filesystems/ext2.txt
> +++ b/Documentation/filesystems/ext2.txt
> @@ -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.
> diff --git a/Documentation/filesystems/ext4.txt b/Documentation/filesystems/ext4.txt
> index 75236c0c2ac2..8cd63e16f171 100644
> --- a/Documentation/filesystems/ext4.txt
> +++ b/Documentation/filesystems/ext4.txt
> @@ -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.
> diff --git a/fs/9p/Kconfig b/fs/9p/Kconfig
> index 6489e1fc1afd..11045d8e356a 100644
> --- a/fs/9p/Kconfig
> +++ b/fs/9p/Kconfig
> @@ -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
> diff --git a/fs/Kconfig b/fs/Kconfig
> index 7aee6d699fd6..0ed56752f208 100644
> --- a/fs/Kconfig
> +++ b/fs/Kconfig
> @@ -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.
> diff --git a/fs/btrfs/Kconfig b/fs/btrfs/Kconfig
> index 2e558227931a..273351ee4c46 100644
> --- a/fs/btrfs/Kconfig
> +++ b/fs/btrfs/Kconfig
> @@ -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
> diff --git a/fs/ceph/Kconfig b/fs/ceph/Kconfig
> index 264e9bf83ff3..52095f473464 100644
> --- a/fs/ceph/Kconfig
> +++ b/fs/ceph/Kconfig
> @@ -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
> diff --git a/fs/cifs/Kconfig b/fs/cifs/Kconfig
> index d5b2e12b5d02..e73d25f4b97a 100644
> --- a/fs/cifs/Kconfig
> +++ b/fs/cifs/Kconfig
> @@ -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.
>  
> diff --git a/fs/ext2/Kconfig b/fs/ext2/Kconfig
> index c634874e12d9..894e4c53d1d2 100644
> --- a/fs/ext2/Kconfig
> +++ b/fs/ext2/Kconfig
> @@ -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
> diff --git a/fs/ext4/Kconfig b/fs/ext4/Kconfig
> index 73b850f5659c..a453cc87082b 100644
> --- a/fs/ext4/Kconfig
> +++ b/fs/ext4/Kconfig
> @@ -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
> 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
> -	  <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
> diff --git a/fs/hfsplus/Kconfig b/fs/hfsplus/Kconfig
> index 24bc20fd42f7..7cc8b4acf66a 100644
> --- a/fs/hfsplus/Kconfig
> +++ b/fs/hfsplus/Kconfig
> @@ -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,
> diff --git a/fs/jffs2/Kconfig b/fs/jffs2/Kconfig
> index d8bb6c411e96..ad850c5bf2ca 100644
> --- a/fs/jffs2/Kconfig
> +++ b/fs/jffs2/Kconfig
> @@ -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
> diff --git a/fs/jfs/Kconfig b/fs/jfs/Kconfig
> index 57cef19951db..851de78fdabb 100644
> --- a/fs/jfs/Kconfig
> +++ b/fs/jfs/Kconfig
> @@ -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
> diff --git a/fs/reiserfs/Kconfig b/fs/reiserfs/Kconfig
> index 7cd46666ba2c..86e71c0caf48 100644
> --- a/fs/reiserfs/Kconfig
> +++ b/fs/reiserfs/Kconfig
> @@ -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
> diff --git a/fs/xfs/Kconfig b/fs/xfs/Kconfig
> index f42fcf1b5465..46bcf0e649f5 100644
> --- a/fs/xfs/Kconfig
> +++ b/fs/xfs/Kconfig
> @@ -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/>.
> -

The XFS bits look ok,
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>

--D

>  	  If you don't know what Access Control Lists are, say N.
>  
>  config XFS_RT
> -- 
> 2.15.1
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-xfs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PATCH] fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at
@ 2017-12-13  6:05   ` Darrick J. Wong
  0 siblings, 0 replies; 28+ messages in thread
From: Darrick J. Wong @ 2017-12-13  6:05 UTC (permalink / raw)
  To: Adam Borowski
  Cc: Latchesar Ionkov, Dave Kleikamp, jfs-discussion, Andreas Dilger,
	linux-xfs, linux-cifs, Sage Weil, Jonathan Corbet,
	v9fs-developer, Ilya Dryomov, linux-ext4, Eric Van Hensbergen,
	reiserfs-devel, Alexander Viro, linux-mtd, David Sterba,
	Jaegeuk Kim, ceph-devel, Yan, Zheng, Theodore Ts'o,
	linux-f2fs-devel, Steve French, Jan Kara, linux-fsdevel,
	Ron Minnich, David Woodhouse, lin

On Wed, Dec 13, 2017 at 06:38:25AM +0100, 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 <kilobyte@angband.pl>
> ---
> Sending this as one piece; if you guys would instead prefer this chopped
> into tiny per-filesystem bits, please say so.
> 
> 
>  Documentation/filesystems/ext2.txt |  2 --
>  Documentation/filesystems/ext4.txt |  7 +++----
>  fs/9p/Kconfig                      |  3 ---
>  fs/Kconfig                         |  6 +-----
>  fs/btrfs/Kconfig                   |  3 ---
>  fs/ceph/Kconfig                    |  3 ---
>  fs/cifs/Kconfig                    | 15 +++++++--------
>  fs/ext2/Kconfig                    |  6 +-----
>  fs/ext4/Kconfig                    |  3 ---
>  fs/f2fs/Kconfig                    |  6 +-----
>  fs/hfsplus/Kconfig                 |  3 ---
>  fs/jffs2/Kconfig                   |  6 +-----
>  fs/jfs/Kconfig                     |  3 ---
>  fs/reiserfs/Kconfig                |  6 +-----
>  fs/xfs/Kconfig                     |  3 ---
>  15 files changed, 15 insertions(+), 60 deletions(-)
> 
> diff --git a/Documentation/filesystems/ext2.txt b/Documentation/filesystems/ext2.txt
> index 55755395d3dc..81c0becab225 100644
> --- a/Documentation/filesystems/ext2.txt
> +++ b/Documentation/filesystems/ext2.txt
> @@ -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.
> diff --git a/Documentation/filesystems/ext4.txt b/Documentation/filesystems/ext4.txt
> index 75236c0c2ac2..8cd63e16f171 100644
> --- a/Documentation/filesystems/ext4.txt
> +++ b/Documentation/filesystems/ext4.txt
> @@ -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.
> diff --git a/fs/9p/Kconfig b/fs/9p/Kconfig
> index 6489e1fc1afd..11045d8e356a 100644
> --- a/fs/9p/Kconfig
> +++ b/fs/9p/Kconfig
> @@ -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
> diff --git a/fs/Kconfig b/fs/Kconfig
> index 7aee6d699fd6..0ed56752f208 100644
> --- a/fs/Kconfig
> +++ b/fs/Kconfig
> @@ -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.
> diff --git a/fs/btrfs/Kconfig b/fs/btrfs/Kconfig
> index 2e558227931a..273351ee4c46 100644
> --- a/fs/btrfs/Kconfig
> +++ b/fs/btrfs/Kconfig
> @@ -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
> diff --git a/fs/ceph/Kconfig b/fs/ceph/Kconfig
> index 264e9bf83ff3..52095f473464 100644
> --- a/fs/ceph/Kconfig
> +++ b/fs/ceph/Kconfig
> @@ -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
> diff --git a/fs/cifs/Kconfig b/fs/cifs/Kconfig
> index d5b2e12b5d02..e73d25f4b97a 100644
> --- a/fs/cifs/Kconfig
> +++ b/fs/cifs/Kconfig
> @@ -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.
>  
> diff --git a/fs/ext2/Kconfig b/fs/ext2/Kconfig
> index c634874e12d9..894e4c53d1d2 100644
> --- a/fs/ext2/Kconfig
> +++ b/fs/ext2/Kconfig
> @@ -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
> diff --git a/fs/ext4/Kconfig b/fs/ext4/Kconfig
> index 73b850f5659c..a453cc87082b 100644
> --- a/fs/ext4/Kconfig
> +++ b/fs/ext4/Kconfig
> @@ -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
> 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
> -	  <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
> diff --git a/fs/hfsplus/Kconfig b/fs/hfsplus/Kconfig
> index 24bc20fd42f7..7cc8b4acf66a 100644
> --- a/fs/hfsplus/Kconfig
> +++ b/fs/hfsplus/Kconfig
> @@ -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,
> diff --git a/fs/jffs2/Kconfig b/fs/jffs2/Kconfig
> index d8bb6c411e96..ad850c5bf2ca 100644
> --- a/fs/jffs2/Kconfig
> +++ b/fs/jffs2/Kconfig
> @@ -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
> diff --git a/fs/jfs/Kconfig b/fs/jfs/Kconfig
> index 57cef19951db..851de78fdabb 100644
> --- a/fs/jfs/Kconfig
> +++ b/fs/jfs/Kconfig
> @@ -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
> diff --git a/fs/reiserfs/Kconfig b/fs/reiserfs/Kconfig
> index 7cd46666ba2c..86e71c0caf48 100644
> --- a/fs/reiserfs/Kconfig
> +++ b/fs/reiserfs/Kconfig
> @@ -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
> diff --git a/fs/xfs/Kconfig b/fs/xfs/Kconfig
> index f42fcf1b5465..46bcf0e649f5 100644
> --- a/fs/xfs/Kconfig
> +++ b/fs/xfs/Kconfig
> @@ -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/>.
> -

The XFS bits look ok,
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>

--D

>  	  If you don't know what Access Control Lists are, say N.
>  
>  config XFS_RT
> -- 
> 2.15.1
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-xfs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PATCH] fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at
@ 2017-12-13  6:05   ` Darrick J. Wong
  0 siblings, 0 replies; 28+ messages in thread
From: Darrick J. Wong @ 2017-12-13  6:05 UTC (permalink / raw)
  To: Adam Borowski
  Cc: Latchesar Ionkov, Dave Kleikamp, jfs-discussion, Andreas Dilger,
	linux-xfs, linux-cifs, Sage Weil, Jonathan Corbet,
	v9fs-developer, Ilya Dryomov, linux-ext4, Eric Van Hensbergen,
	reiserfs-devel, Alexander Viro, linux-mtd, David Sterba,
	Jaegeuk Kim, ceph-devel, Yan, Zheng, Theodore Ts'o,
	linux-f2fs-devel, Steve French, Jan Kara, linux-fsdevel,
	Ron Minnich, David Woodhouse

On Wed, Dec 13, 2017 at 06:38:25AM +0100, 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 <kilobyte@angband.pl>
> ---
> Sending this as one piece; if you guys would instead prefer this chopped
> into tiny per-filesystem bits, please say so.
> 
> 
>  Documentation/filesystems/ext2.txt |  2 --
>  Documentation/filesystems/ext4.txt |  7 +++----
>  fs/9p/Kconfig                      |  3 ---
>  fs/Kconfig                         |  6 +-----
>  fs/btrfs/Kconfig                   |  3 ---
>  fs/ceph/Kconfig                    |  3 ---
>  fs/cifs/Kconfig                    | 15 +++++++--------
>  fs/ext2/Kconfig                    |  6 +-----
>  fs/ext4/Kconfig                    |  3 ---
>  fs/f2fs/Kconfig                    |  6 +-----
>  fs/hfsplus/Kconfig                 |  3 ---
>  fs/jffs2/Kconfig                   |  6 +-----
>  fs/jfs/Kconfig                     |  3 ---
>  fs/reiserfs/Kconfig                |  6 +-----
>  fs/xfs/Kconfig                     |  3 ---
>  15 files changed, 15 insertions(+), 60 deletions(-)
> 
> diff --git a/Documentation/filesystems/ext2.txt b/Documentation/filesystems/ext2.txt
> index 55755395d3dc..81c0becab225 100644
> --- a/Documentation/filesystems/ext2.txt
> +++ b/Documentation/filesystems/ext2.txt
> @@ -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.
> diff --git a/Documentation/filesystems/ext4.txt b/Documentation/filesystems/ext4.txt
> index 75236c0c2ac2..8cd63e16f171 100644
> --- a/Documentation/filesystems/ext4.txt
> +++ b/Documentation/filesystems/ext4.txt
> @@ -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.
> diff --git a/fs/9p/Kconfig b/fs/9p/Kconfig
> index 6489e1fc1afd..11045d8e356a 100644
> --- a/fs/9p/Kconfig
> +++ b/fs/9p/Kconfig
> @@ -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
> diff --git a/fs/Kconfig b/fs/Kconfig
> index 7aee6d699fd6..0ed56752f208 100644
> --- a/fs/Kconfig
> +++ b/fs/Kconfig
> @@ -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.
> diff --git a/fs/btrfs/Kconfig b/fs/btrfs/Kconfig
> index 2e558227931a..273351ee4c46 100644
> --- a/fs/btrfs/Kconfig
> +++ b/fs/btrfs/Kconfig
> @@ -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
> diff --git a/fs/ceph/Kconfig b/fs/ceph/Kconfig
> index 264e9bf83ff3..52095f473464 100644
> --- a/fs/ceph/Kconfig
> +++ b/fs/ceph/Kconfig
> @@ -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
> diff --git a/fs/cifs/Kconfig b/fs/cifs/Kconfig
> index d5b2e12b5d02..e73d25f4b97a 100644
> --- a/fs/cifs/Kconfig
> +++ b/fs/cifs/Kconfig
> @@ -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.
>  
> diff --git a/fs/ext2/Kconfig b/fs/ext2/Kconfig
> index c634874e12d9..894e4c53d1d2 100644
> --- a/fs/ext2/Kconfig
> +++ b/fs/ext2/Kconfig
> @@ -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
> diff --git a/fs/ext4/Kconfig b/fs/ext4/Kconfig
> index 73b850f5659c..a453cc87082b 100644
> --- a/fs/ext4/Kconfig
> +++ b/fs/ext4/Kconfig
> @@ -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
> 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
> -	  <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
> diff --git a/fs/hfsplus/Kconfig b/fs/hfsplus/Kconfig
> index 24bc20fd42f7..7cc8b4acf66a 100644
> --- a/fs/hfsplus/Kconfig
> +++ b/fs/hfsplus/Kconfig
> @@ -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,
> diff --git a/fs/jffs2/Kconfig b/fs/jffs2/Kconfig
> index d8bb6c411e96..ad850c5bf2ca 100644
> --- a/fs/jffs2/Kconfig
> +++ b/fs/jffs2/Kconfig
> @@ -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
> diff --git a/fs/jfs/Kconfig b/fs/jfs/Kconfig
> index 57cef19951db..851de78fdabb 100644
> --- a/fs/jfs/Kconfig
> +++ b/fs/jfs/Kconfig
> @@ -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
> diff --git a/fs/reiserfs/Kconfig b/fs/reiserfs/Kconfig
> index 7cd46666ba2c..86e71c0caf48 100644
> --- a/fs/reiserfs/Kconfig
> +++ b/fs/reiserfs/Kconfig
> @@ -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
> diff --git a/fs/xfs/Kconfig b/fs/xfs/Kconfig
> index f42fcf1b5465..46bcf0e649f5 100644
> --- a/fs/xfs/Kconfig
> +++ b/fs/xfs/Kconfig
> @@ -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/>.
> -

The XFS bits look ok,
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>

--D

>  	  If you don't know what Access Control Lists are, say N.
>  
>  config XFS_RT
> -- 
> 2.15.1
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-xfs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PATCH] fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at
@ 2017-12-13 11:14   ` Jan Kara
  0 siblings, 0 replies; 28+ messages in thread
From: Jan Kara @ 2017-12-13 11:14 UTC (permalink / raw)
  To: Adam Borowski
  Cc: Alexander Viro, linux-fsdevel, Jan Kara, Jonathan Corbet,
	linux-ext4, Theodore Ts'o, Andreas Dilger,
	Eric Van Hensbergen, Ron Minnich, Latchesar Ionkov,
	v9fs-developer, David Sterba, linux-btrfs, Yan, Zheng, Sage Weil,
	Ilya Dryomov, ceph-devel, Steve French, linux-cifs, Jaegeuk Kim,
	Chao Yu, linux-f2fs-devel, David Woodhouse, linux-mtd,
	Dave Kleikamp, jfs-discussion, reiserfs-devel, Darrick J. Wong,
	linux-xfs

On Wed 13-12-17 06:38:25, 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 <kilobyte@angband.pl>

Looks good to me. You can add:

Acked-by: Jan Kara <jack@suse.cz>
	
								Honza

> ---
> Sending this as one piece; if you guys would instead prefer this chopped
> into tiny per-filesystem bits, please say so.
> 
> 
>  Documentation/filesystems/ext2.txt |  2 --
>  Documentation/filesystems/ext4.txt |  7 +++----
>  fs/9p/Kconfig                      |  3 ---
>  fs/Kconfig                         |  6 +-----
>  fs/btrfs/Kconfig                   |  3 ---
>  fs/ceph/Kconfig                    |  3 ---
>  fs/cifs/Kconfig                    | 15 +++++++--------
>  fs/ext2/Kconfig                    |  6 +-----
>  fs/ext4/Kconfig                    |  3 ---
>  fs/f2fs/Kconfig                    |  6 +-----
>  fs/hfsplus/Kconfig                 |  3 ---
>  fs/jffs2/Kconfig                   |  6 +-----
>  fs/jfs/Kconfig                     |  3 ---
>  fs/reiserfs/Kconfig                |  6 +-----
>  fs/xfs/Kconfig                     |  3 ---
>  15 files changed, 15 insertions(+), 60 deletions(-)
> 
> diff --git a/Documentation/filesystems/ext2.txt b/Documentation/filesystems/ext2.txt
> index 55755395d3dc..81c0becab225 100644
> --- a/Documentation/filesystems/ext2.txt
> +++ b/Documentation/filesystems/ext2.txt
> @@ -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.
> diff --git a/Documentation/filesystems/ext4.txt b/Documentation/filesystems/ext4.txt
> index 75236c0c2ac2..8cd63e16f171 100644
> --- a/Documentation/filesystems/ext4.txt
> +++ b/Documentation/filesystems/ext4.txt
> @@ -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.
> diff --git a/fs/9p/Kconfig b/fs/9p/Kconfig
> index 6489e1fc1afd..11045d8e356a 100644
> --- a/fs/9p/Kconfig
> +++ b/fs/9p/Kconfig
> @@ -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
> diff --git a/fs/Kconfig b/fs/Kconfig
> index 7aee6d699fd6..0ed56752f208 100644
> --- a/fs/Kconfig
> +++ b/fs/Kconfig
> @@ -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.
> diff --git a/fs/btrfs/Kconfig b/fs/btrfs/Kconfig
> index 2e558227931a..273351ee4c46 100644
> --- a/fs/btrfs/Kconfig
> +++ b/fs/btrfs/Kconfig
> @@ -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
> diff --git a/fs/ceph/Kconfig b/fs/ceph/Kconfig
> index 264e9bf83ff3..52095f473464 100644
> --- a/fs/ceph/Kconfig
> +++ b/fs/ceph/Kconfig
> @@ -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
> diff --git a/fs/cifs/Kconfig b/fs/cifs/Kconfig
> index d5b2e12b5d02..e73d25f4b97a 100644
> --- a/fs/cifs/Kconfig
> +++ b/fs/cifs/Kconfig
> @@ -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.
>  
> diff --git a/fs/ext2/Kconfig b/fs/ext2/Kconfig
> index c634874e12d9..894e4c53d1d2 100644
> --- a/fs/ext2/Kconfig
> +++ b/fs/ext2/Kconfig
> @@ -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
> diff --git a/fs/ext4/Kconfig b/fs/ext4/Kconfig
> index 73b850f5659c..a453cc87082b 100644
> --- a/fs/ext4/Kconfig
> +++ b/fs/ext4/Kconfig
> @@ -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
> 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
> -	  <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
> diff --git a/fs/hfsplus/Kconfig b/fs/hfsplus/Kconfig
> index 24bc20fd42f7..7cc8b4acf66a 100644
> --- a/fs/hfsplus/Kconfig
> +++ b/fs/hfsplus/Kconfig
> @@ -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,
> diff --git a/fs/jffs2/Kconfig b/fs/jffs2/Kconfig
> index d8bb6c411e96..ad850c5bf2ca 100644
> --- a/fs/jffs2/Kconfig
> +++ b/fs/jffs2/Kconfig
> @@ -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
> diff --git a/fs/jfs/Kconfig b/fs/jfs/Kconfig
> index 57cef19951db..851de78fdabb 100644
> --- a/fs/jfs/Kconfig
> +++ b/fs/jfs/Kconfig
> @@ -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
> diff --git a/fs/reiserfs/Kconfig b/fs/reiserfs/Kconfig
> index 7cd46666ba2c..86e71c0caf48 100644
> --- a/fs/reiserfs/Kconfig
> +++ b/fs/reiserfs/Kconfig
> @@ -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
> diff --git a/fs/xfs/Kconfig b/fs/xfs/Kconfig
> index f42fcf1b5465..46bcf0e649f5 100644
> --- a/fs/xfs/Kconfig
> +++ b/fs/xfs/Kconfig
> @@ -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
> -- 
> 2.15.1
> 
> 
-- 
Jan Kara <jack@suse.com>
SUSE Labs, CR

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PATCH] fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at
@ 2017-12-13 11:14   ` Jan Kara
  0 siblings, 0 replies; 28+ messages in thread
From: Jan Kara @ 2017-12-13 11:14 UTC (permalink / raw)
  To: Adam Borowski
  Cc: Alexander Viro, linux-fsdevel-u79uwXL29TY76Z2rM5mHXA, Jan Kara,
	Jonathan Corbet, linux-ext4-u79uwXL29TY76Z2rM5mHXA,
	Theodore Ts'o, Andreas Dilger, Eric Van Hensbergen,
	Ron Minnich, Latchesar Ionkov,
	v9fs-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f, David Sterba,
	linux-btrfs-u79uwXL29TY76Z2rM5mHXA, Yan, Zheng, Sage Weil,
	Ilya Dryomov, ceph-devel-u79uwXL29TY76Z2rM5mHXA, Steve French,
	linux-cifs-u79uwXL29TY76Z2rM5mHXA, Jaegeuk Kim, Chao Yu,
	linux-f2fs-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f,
	David Woodhouse

On Wed 13-12-17 06:38:25, 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 <kilobyte-b9QjgO8OEXPVItvQsEIGlw@public.gmane.org>

Looks good to me. You can add:

Acked-by: Jan Kara <jack-AlSwsSmVLrQ@public.gmane.org>
	
								Honza

> ---
> Sending this as one piece; if you guys would instead prefer this chopped
> into tiny per-filesystem bits, please say so.
> 
> 
>  Documentation/filesystems/ext2.txt |  2 --
>  Documentation/filesystems/ext4.txt |  7 +++----
>  fs/9p/Kconfig                      |  3 ---
>  fs/Kconfig                         |  6 +-----
>  fs/btrfs/Kconfig                   |  3 ---
>  fs/ceph/Kconfig                    |  3 ---
>  fs/cifs/Kconfig                    | 15 +++++++--------
>  fs/ext2/Kconfig                    |  6 +-----
>  fs/ext4/Kconfig                    |  3 ---
>  fs/f2fs/Kconfig                    |  6 +-----
>  fs/hfsplus/Kconfig                 |  3 ---
>  fs/jffs2/Kconfig                   |  6 +-----
>  fs/jfs/Kconfig                     |  3 ---
>  fs/reiserfs/Kconfig                |  6 +-----
>  fs/xfs/Kconfig                     |  3 ---
>  15 files changed, 15 insertions(+), 60 deletions(-)
> 
> diff --git a/Documentation/filesystems/ext2.txt b/Documentation/filesystems/ext2.txt
> index 55755395d3dc..81c0becab225 100644
> --- a/Documentation/filesystems/ext2.txt
> +++ b/Documentation/filesystems/ext2.txt
> @@ -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.
> diff --git a/Documentation/filesystems/ext4.txt b/Documentation/filesystems/ext4.txt
> index 75236c0c2ac2..8cd63e16f171 100644
> --- a/Documentation/filesystems/ext4.txt
> +++ b/Documentation/filesystems/ext4.txt
> @@ -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.
> diff --git a/fs/9p/Kconfig b/fs/9p/Kconfig
> index 6489e1fc1afd..11045d8e356a 100644
> --- a/fs/9p/Kconfig
> +++ b/fs/9p/Kconfig
> @@ -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
> diff --git a/fs/Kconfig b/fs/Kconfig
> index 7aee6d699fd6..0ed56752f208 100644
> --- a/fs/Kconfig
> +++ b/fs/Kconfig
> @@ -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.
> diff --git a/fs/btrfs/Kconfig b/fs/btrfs/Kconfig
> index 2e558227931a..273351ee4c46 100644
> --- a/fs/btrfs/Kconfig
> +++ b/fs/btrfs/Kconfig
> @@ -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
> diff --git a/fs/ceph/Kconfig b/fs/ceph/Kconfig
> index 264e9bf83ff3..52095f473464 100644
> --- a/fs/ceph/Kconfig
> +++ b/fs/ceph/Kconfig
> @@ -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
> diff --git a/fs/cifs/Kconfig b/fs/cifs/Kconfig
> index d5b2e12b5d02..e73d25f4b97a 100644
> --- a/fs/cifs/Kconfig
> +++ b/fs/cifs/Kconfig
> @@ -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.
>  
> diff --git a/fs/ext2/Kconfig b/fs/ext2/Kconfig
> index c634874e12d9..894e4c53d1d2 100644
> --- a/fs/ext2/Kconfig
> +++ b/fs/ext2/Kconfig
> @@ -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
> diff --git a/fs/ext4/Kconfig b/fs/ext4/Kconfig
> index 73b850f5659c..a453cc87082b 100644
> --- a/fs/ext4/Kconfig
> +++ b/fs/ext4/Kconfig
> @@ -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
> 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
> -	  <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
> diff --git a/fs/hfsplus/Kconfig b/fs/hfsplus/Kconfig
> index 24bc20fd42f7..7cc8b4acf66a 100644
> --- a/fs/hfsplus/Kconfig
> +++ b/fs/hfsplus/Kconfig
> @@ -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,
> diff --git a/fs/jffs2/Kconfig b/fs/jffs2/Kconfig
> index d8bb6c411e96..ad850c5bf2ca 100644
> --- a/fs/jffs2/Kconfig
> +++ b/fs/jffs2/Kconfig
> @@ -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
> diff --git a/fs/jfs/Kconfig b/fs/jfs/Kconfig
> index 57cef19951db..851de78fdabb 100644
> --- a/fs/jfs/Kconfig
> +++ b/fs/jfs/Kconfig
> @@ -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
> diff --git a/fs/reiserfs/Kconfig b/fs/reiserfs/Kconfig
> index 7cd46666ba2c..86e71c0caf48 100644
> --- a/fs/reiserfs/Kconfig
> +++ b/fs/reiserfs/Kconfig
> @@ -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
> diff --git a/fs/xfs/Kconfig b/fs/xfs/Kconfig
> index f42fcf1b5465..46bcf0e649f5 100644
> --- a/fs/xfs/Kconfig
> +++ b/fs/xfs/Kconfig
> @@ -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
> -- 
> 2.15.1
> 
> 
-- 
Jan Kara <jack-IBi9RG/b67k@public.gmane.org>
SUSE Labs, CR

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PATCH] fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at
@ 2017-12-13 11:14   ` Jan Kara
  0 siblings, 0 replies; 28+ messages in thread
From: Jan Kara @ 2017-12-13 11:14 UTC (permalink / raw)
  To: Adam Borowski
  Cc: Alexander Viro, linux-fsdevel-u79uwXL29TY76Z2rM5mHXA, Jan Kara,
	Jonathan Corbet, linux-ext4-u79uwXL29TY76Z2rM5mHXA,
	Theodore Ts'o, Andreas Dilger, Eric Van Hensbergen,
	Ron Minnich, Latchesar Ionkov,
	v9fs-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f, David Sterba,
	linux-btrfs-u79uwXL29TY76Z2rM5mHXA, Yan, Zheng, Sage Weil,
	Ilya Dryomov, ceph-devel-u79uwXL29TY76Z2rM5mHXA, Steve French,
	linux-cifs-u79uwXL29TY76Z2rM5mHXA, Jaegeuk Kim, Chao Yu,
	linux-f2fs-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f,
	David Woodhouse

On Wed 13-12-17 06:38:25, 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 <kilobyte-b9QjgO8OEXPVItvQsEIGlw@public.gmane.org>

Looks good to me. You can add:

Acked-by: Jan Kara <jack-AlSwsSmVLrQ@public.gmane.org>
	
								Honza

> ---
> Sending this as one piece; if you guys would instead prefer this chopped
> into tiny per-filesystem bits, please say so.
> 
> 
>  Documentation/filesystems/ext2.txt |  2 --
>  Documentation/filesystems/ext4.txt |  7 +++----
>  fs/9p/Kconfig                      |  3 ---
>  fs/Kconfig                         |  6 +-----
>  fs/btrfs/Kconfig                   |  3 ---
>  fs/ceph/Kconfig                    |  3 ---
>  fs/cifs/Kconfig                    | 15 +++++++--------
>  fs/ext2/Kconfig                    |  6 +-----
>  fs/ext4/Kconfig                    |  3 ---
>  fs/f2fs/Kconfig                    |  6 +-----
>  fs/hfsplus/Kconfig                 |  3 ---
>  fs/jffs2/Kconfig                   |  6 +-----
>  fs/jfs/Kconfig                     |  3 ---
>  fs/reiserfs/Kconfig                |  6 +-----
>  fs/xfs/Kconfig                     |  3 ---
>  15 files changed, 15 insertions(+), 60 deletions(-)
> 
> diff --git a/Documentation/filesystems/ext2.txt b/Documentation/filesystems/ext2.txt
> index 55755395d3dc..81c0becab225 100644
> --- a/Documentation/filesystems/ext2.txt
> +++ b/Documentation/filesystems/ext2.txt
> @@ -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.
> diff --git a/Documentation/filesystems/ext4.txt b/Documentation/filesystems/ext4.txt
> index 75236c0c2ac2..8cd63e16f171 100644
> --- a/Documentation/filesystems/ext4.txt
> +++ b/Documentation/filesystems/ext4.txt
> @@ -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.
> diff --git a/fs/9p/Kconfig b/fs/9p/Kconfig
> index 6489e1fc1afd..11045d8e356a 100644
> --- a/fs/9p/Kconfig
> +++ b/fs/9p/Kconfig
> @@ -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
> diff --git a/fs/Kconfig b/fs/Kconfig
> index 7aee6d699fd6..0ed56752f208 100644
> --- a/fs/Kconfig
> +++ b/fs/Kconfig
> @@ -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.
> diff --git a/fs/btrfs/Kconfig b/fs/btrfs/Kconfig
> index 2e558227931a..273351ee4c46 100644
> --- a/fs/btrfs/Kconfig
> +++ b/fs/btrfs/Kconfig
> @@ -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
> diff --git a/fs/ceph/Kconfig b/fs/ceph/Kconfig
> index 264e9bf83ff3..52095f473464 100644
> --- a/fs/ceph/Kconfig
> +++ b/fs/ceph/Kconfig
> @@ -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
> diff --git a/fs/cifs/Kconfig b/fs/cifs/Kconfig
> index d5b2e12b5d02..e73d25f4b97a 100644
> --- a/fs/cifs/Kconfig
> +++ b/fs/cifs/Kconfig
> @@ -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.
>  
> diff --git a/fs/ext2/Kconfig b/fs/ext2/Kconfig
> index c634874e12d9..894e4c53d1d2 100644
> --- a/fs/ext2/Kconfig
> +++ b/fs/ext2/Kconfig
> @@ -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
> diff --git a/fs/ext4/Kconfig b/fs/ext4/Kconfig
> index 73b850f5659c..a453cc87082b 100644
> --- a/fs/ext4/Kconfig
> +++ b/fs/ext4/Kconfig
> @@ -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
> 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
> -	  <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
> diff --git a/fs/hfsplus/Kconfig b/fs/hfsplus/Kconfig
> index 24bc20fd42f7..7cc8b4acf66a 100644
> --- a/fs/hfsplus/Kconfig
> +++ b/fs/hfsplus/Kconfig
> @@ -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,
> diff --git a/fs/jffs2/Kconfig b/fs/jffs2/Kconfig
> index d8bb6c411e96..ad850c5bf2ca 100644
> --- a/fs/jffs2/Kconfig
> +++ b/fs/jffs2/Kconfig
> @@ -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
> diff --git a/fs/jfs/Kconfig b/fs/jfs/Kconfig
> index 57cef19951db..851de78fdabb 100644
> --- a/fs/jfs/Kconfig
> +++ b/fs/jfs/Kconfig
> @@ -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
> diff --git a/fs/reiserfs/Kconfig b/fs/reiserfs/Kconfig
> index 7cd46666ba2c..86e71c0caf48 100644
> --- a/fs/reiserfs/Kconfig
> +++ b/fs/reiserfs/Kconfig
> @@ -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
> diff --git a/fs/xfs/Kconfig b/fs/xfs/Kconfig
> index f42fcf1b5465..46bcf0e649f5 100644
> --- a/fs/xfs/Kconfig
> +++ b/fs/xfs/Kconfig
> @@ -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
> -- 
> 2.15.1
> 
> 
-- 
Jan Kara <jack-IBi9RG/b67k@public.gmane.org>
SUSE Labs, CR

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PATCH] fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at
  2017-12-13  5:38 ` Adam Borowski
  (?)
@ 2017-12-14  0:44   ` David Sterba
  -1 siblings, 0 replies; 28+ messages in thread
From: David Sterba @ 2017-12-14  0:44 UTC (permalink / raw)
  To: Adam Borowski
  Cc: Alexander Viro, linux-fsdevel, Jan Kara, Jonathan Corbet,
	linux-ext4, Theodore Ts'o, Andreas Dilger,
	Eric Van Hensbergen, Ron Minnich, Latchesar Ionkov,
	v9fs-developer, David Sterba, linux-btrfs, Yan, Zheng, Sage Weil,
	Ilya Dryomov, ceph-devel, Steve French, linux-cifs, Jaegeuk Kim,
	Chao Yu, linux-f2fs-devel, David Woodhouse, linux-mtd,
	Dave Kleikamp, jfs-discussion, reiserfs-devel, Darrick J. Wong,
	linux-xfs

On Wed, Dec 13, 2017 at 06:38:25AM +0100, 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 <kilobyte@angband.pl>
> ---

>  fs/btrfs/Kconfig                   |  3 ---

Acked-by: David Sterba <dsterba@suse.com>

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PATCH] fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at
@ 2017-12-14  0:44   ` David Sterba
  0 siblings, 0 replies; 28+ messages in thread
From: David Sterba @ 2017-12-14  0:44 UTC (permalink / raw)
  To: Adam Borowski
  Cc: Latchesar Ionkov, Dave Kleikamp, jfs-discussion, Andreas Dilger,
	linux-xfs, linux-cifs, Sage Weil, Jonathan Corbet,
	v9fs-developer, Ilya Dryomov, linux-ext4, Eric Van Hensbergen,
	reiserfs-devel, Alexander Viro, linux-mtd, David Sterba,
	Jaegeuk Kim, ceph-devel, Yan, Zheng, Theodore Ts'o,
	Darrick J. Wong, linux-f2fs-devel, Steve French, Jan Kara,
	linux-fsdevel, Ron Minnich

On Wed, Dec 13, 2017 at 06:38:25AM +0100, 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 <kilobyte@angband.pl>
> ---

>  fs/btrfs/Kconfig                   |  3 ---

Acked-by: David Sterba <dsterba@suse.com>

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PATCH] fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at
@ 2017-12-14  0:44   ` David Sterba
  0 siblings, 0 replies; 28+ messages in thread
From: David Sterba @ 2017-12-14  0:44 UTC (permalink / raw)
  To: Adam Borowski
  Cc: Latchesar Ionkov, Dave Kleikamp, jfs-discussion, Andreas Dilger,
	linux-xfs, linux-cifs, Sage Weil, Jonathan Corbet,
	v9fs-developer, Ilya Dryomov, linux-ext4, Eric Van Hensbergen,
	reiserfs-devel, Alexander Viro, linux-mtd, David Sterba,
	Jaegeuk Kim, ceph-devel, Yan, Zheng, Theodore Ts'o,
	Darrick J. Wong, linux-f2fs-devel, Steve French, Jan Kara,
	linux-fsdevel, Ron Minnich

On Wed, Dec 13, 2017 at 06:38:25AM +0100, 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 <kilobyte@angband.pl>
> ---

>  fs/btrfs/Kconfig                   |  3 ---

Acked-by: David Sterba <dsterba@suse.com>

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PATCH] fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at
@ 2017-12-14  6:34   ` Yan, Zheng
  0 siblings, 0 replies; 28+ messages in thread
From: Yan, Zheng @ 2017-12-14  6:34 UTC (permalink / raw)
  To: Adam Borowski
  Cc: Alexander Viro, linux-fsdevel, Jan Kara, Jonathan Corbet,
	linux-ext4, Theodore Ts'o, Andreas Dilger,
	Eric Van Hensbergen, Ron Minnich, Latchesar Ionkov,
	v9fs-developer, David Sterba, linux-btrfs, Sage Weil,
	Ilya Dryomov, ceph-devel, Steve French, linux-cifs, Jaegeuk Kim,
	Chao Yu, linux-f2fs-devel, David Woodhouse, linux-mtd,
	Dave Kleikamp, jfs-discussion, reiserfs-devel, Darrick J. Wong,
	linux-xfs



> On 13 Dec 2017, at 13:38, Adam Borowski <kilobyte@angband.pl> 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 <kilobyte@angband.pl>
> ---
> Sending this as one piece; if you guys would instead prefer this chopped
> into tiny per-filesystem bits, please say so.
> 
> 
> Documentation/filesystems/ext2.txt |  2 --
> Documentation/filesystems/ext4.txt |  7 +++----
> fs/9p/Kconfig                      |  3 ---
> fs/Kconfig                         |  6 +-----
> fs/btrfs/Kconfig                   |  3 ---
> fs/ceph/Kconfig                    |  3 —

Ceph bits looks good.

Acked-by:  Yan, Zheng" <zyan@redhat.com>


^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PATCH] fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at
@ 2017-12-14  6:34   ` Yan, Zheng
  0 siblings, 0 replies; 28+ messages in thread
From: Yan, Zheng @ 2017-12-14  6:34 UTC (permalink / raw)
  To: Adam Borowski
  Cc: Alexander Viro, linux-fsdevel, Jan Kara, Jonathan Corbet,
	linux-ext4-u79uwXL29TY76Z2rM5mHXA, Theodore Ts'o,
	Andreas Dilger, Eric Van Hensbergen, Ron Minnich,
	Latchesar Ionkov,
	v9fs-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f, David Sterba,
	linux-btrfs-u79uwXL29TY76Z2rM5mHXA, Sage Weil, Ilya Dryomov,
	ceph-devel, Steve French, linux-cifs-u79uwXL29TY76Z2rM5mHXA,
	Jaegeuk Kim, Chao Yu,
	linux-f2fs-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f,
	David Woodhouse



> On 13 Dec 2017, at 13:38, Adam Borowski <kilobyte-b9QjgO8OEXPVItvQsEIGlw@public.gmane.org> 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 <kilobyte-b9QjgO8OEXPVItvQsEIGlw@public.gmane.org>
> ---
> Sending this as one piece; if you guys would instead prefer this chopped
> into tiny per-filesystem bits, please say so.
> 
> 
> Documentation/filesystems/ext2.txt |  2 --
> Documentation/filesystems/ext4.txt |  7 +++----
> fs/9p/Kconfig                      |  3 ---
> fs/Kconfig                         |  6 +-----
> fs/btrfs/Kconfig                   |  3 ---
> fs/ceph/Kconfig                    |  3 —

Ceph bits looks good.

Acked-by:  Yan, Zheng" <zyan-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PATCH] fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at
@ 2017-12-14  6:34   ` Yan, Zheng
  0 siblings, 0 replies; 28+ messages in thread
From: Yan, Zheng @ 2017-12-14  6:34 UTC (permalink / raw)
  To: Adam Borowski
  Cc: Alexander Viro, linux-fsdevel, Jan Kara, Jonathan Corbet,
	linux-ext4-u79uwXL29TY76Z2rM5mHXA, Theodore Ts'o,
	Andreas Dilger, Eric Van Hensbergen, Ron Minnich,
	Latchesar Ionkov,
	v9fs-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f, David Sterba,
	linux-btrfs-u79uwXL29TY76Z2rM5mHXA, Sage Weil, Ilya Dryomov,
	ceph-devel, Steve French, linux-cifs-u79uwXL29TY76Z2rM5mHXA,
	Jaegeuk Kim, Chao Yu,
	linux-f2fs-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f,
	David Woodhouse



> On 13 Dec 2017, at 13:38, Adam Borowski <kilobyte-b9QjgO8OEXPVItvQsEIGlw@public.gmane.org> 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 <kilobyte-b9QjgO8OEXPVItvQsEIGlw@public.gmane.org>
> ---
> Sending this as one piece; if you guys would instead prefer this chopped
> into tiny per-filesystem bits, please say so.
> 
> 
> Documentation/filesystems/ext2.txt |  2 --
> Documentation/filesystems/ext4.txt |  7 +++----
> fs/9p/Kconfig                      |  3 ---
> fs/Kconfig                         |  6 +-----
> fs/btrfs/Kconfig                   |  3 ---
> fs/ceph/Kconfig                    |  3 —

Ceph bits looks good.

Acked-by:  Yan, Zheng" <zyan-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PATCH] fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at
@ 2017-12-14  6:34   ` Yan, Zheng
  0 siblings, 0 replies; 28+ messages in thread
From: Yan, Zheng @ 2017-12-14  6:34 UTC (permalink / raw)
  To: Adam Borowski
  Cc: Alexander Viro, linux-fsdevel, Jan Kara, Jonathan Corbet,
	linux-ext4-u79uwXL29TY76Z2rM5mHXA, Theodore Ts'o,
	Andreas Dilger, Eric Van Hensbergen, Ron Minnich,
	Latchesar Ionkov,
	v9fs-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f, David Sterba,
	linux-btrfs-u79uwXL29TY76Z2rM5mHXA, Sage Weil, Ilya Dryomov,
	ceph-devel, Steve French, linux-cifs-u79uwXL29TY76Z2rM5mHXA,
	Jaegeuk Kim, Chao Yu,
	linux-f2fs-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f,
	David Woodhouse



> On 13 Dec 2017, at 13:38, Adam Borowski <kilobyte-b9QjgO8OEXPVItvQsEIGlw@public.gmane.org> 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 <kilobyte-b9QjgO8OEXPVItvQsEIGlw@public.gmane.org>
> ---
> Sending this as one piece; if you guys would instead prefer this chopped
> into tiny per-filesystem bits, please say so.
> 
> 
> Documentation/filesystems/ext2.txt |  2 --
> Documentation/filesystems/ext4.txt |  7 +++----
> fs/9p/Kconfig                      |  3 ---
> fs/Kconfig                         |  6 +-----
> fs/btrfs/Kconfig                   |  3 ---
> fs/ceph/Kconfig                    |  3 —

Ceph bits looks good.

Acked-by:  Yan, Zheng" <zyan-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PATCH] fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at
  2017-12-13  5:38 ` Adam Borowski
  (?)
  (?)
@ 2017-12-14 10:39   ` Chao Yu
  -1 siblings, 0 replies; 28+ messages in thread
From: Chao Yu @ 2017-12-14 10:39 UTC (permalink / raw)
  To: Adam Borowski, Alexander Viro, linux-fsdevel, Jan Kara,
	Jonathan Corbet, linux-ext4, Theodore Ts'o, Andreas Dilger,
	Eric Van Hensbergen, Ron Minnich, Latchesar Ionkov,
	v9fs-developer, David Sterba, linux-btrfs, Yan, Zheng, Sage Weil,
	Ilya Dryomov, ceph-devel, Steve French, linux-cifs, Jaegeuk Kim,
	linux-f2fs-devel, David Woodhouse, linux-mtd, Dave Kleikamp,
	jfs-discussion, reiserfs-devel, Darrick J. Wong, linux-xfs

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 <kilobyte@angband.pl>

[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
> -	  <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

Looks good to me.

Acked-by: Chao Yu <yuchao0@huawei.com>

Thanks,


^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PATCH] fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at
@ 2017-12-14 10:39   ` Chao Yu
  0 siblings, 0 replies; 28+ messages in thread
From: Chao Yu @ 2017-12-14 10:39 UTC (permalink / raw)
  To: Adam Borowski, Alexander Viro, linux-fsdevel, Jan Kara,
	Jonathan Corbet, linux-ext4, Theodore Ts'o, Andreas Dilger,
	Eric Van Hensbergen, Ron Minnich, Latchesar Ionkov,
	v9fs-developer, David Sterba, linux-btrfs, Yan, Zheng, Sage Weil,
	Ilya Dryomov, ceph-devel, Steve French, linux-cifs, Jaegeuk Kim,
	linux-f2fs-devel, David

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 <kilobyte@angband.pl>

[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
> -	  <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

Looks good to me.

Acked-by: Chao Yu <yuchao0@huawei.com>

Thanks,

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PATCH] fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at
@ 2017-12-14 10:39   ` Chao Yu
  0 siblings, 0 replies; 28+ messages in thread
From: Chao Yu @ 2017-12-14 10:39 UTC (permalink / raw)
  To: Adam Borowski, Alexander Viro, linux-fsdevel, Jan Kara,
	Jonathan Corbet, linux-ext4, Theodore Ts'o, Andreas Dilger,
	Eric Van Hensbergen, Ron Minnich, Latchesar Ionkov,
	v9fs-developer, David Sterba, linux-btrfs, Yan, Zheng, Sage Weil,
	Ilya Dryomov, ceph-devel, Steve French, linux-cifs, Jaegeuk Kim,
	linux-f2fs-devel, David Woodhouse, linux-mtd, Dave Kleikamp,
	jfs-discussion, reiserfs-devel, Darrick J. Wong, linux-xfs

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 <kilobyte@angband.pl>

[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
> -	  <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

Looks good to me.

Acked-by: Chao Yu <yuchao0@huawei.com>

Thanks,


^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PATCH] fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at
@ 2017-12-14 10:39   ` Chao Yu
  0 siblings, 0 replies; 28+ messages in thread
From: Chao Yu @ 2017-12-14 10:39 UTC (permalink / raw)
  To: Adam Borowski, Alexander Viro, linux-fsdevel, Jan Kara,
	Jonathan Corbet, linux-ext4, Theodore Ts'o, Andreas Dilger,
	Eric Van Hensbergen, Ron Minnich, Latchesar Ionkov,
	v9fs-developer, David Sterba, linux-btrfs, Yan, Zheng, Sage Weil,
	Ilya Dryomov, ceph-devel, Steve French, linux-cifs, Jaegeuk Kim,
	linux-f2fs-devel

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 <kilobyte@angband.pl>

[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
> -	  <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

Looks good to me.

Acked-by: Chao Yu <yuchao0@huawei.com>

Thanks,

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PATCH] fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at
  2017-12-13  5:38 ` Adam Borowski
                   ` (5 preceding siblings ...)
  (?)
@ 2017-12-14 10:39 ` Chao Yu
  -1 siblings, 0 replies; 28+ messages in thread
From: Chao Yu @ 2017-12-14 10:39 UTC (permalink / raw)
  To: Adam Borowski, Alexander Viro, linux-fsdevel, Jan Kara,
	Jonathan Corbet, linux-ext4, Theodore Ts'o, Andreas Dilger,
	Eric Van Hensbergen, Ron Minnich, Latchesar Ionkov,
	v9fs-developer, David Sterba, linux-btrfs, Yan, Zheng, Sage Weil,
	Ilya Dryomov, ceph-devel, Steve French, linux-cifs, Jaegeuk Kim,
	linux-f2fs-devel, David

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 <kilobyte@angband.pl>

[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
> -	  <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

Looks good to me.

Acked-by: Chao Yu <yuchao0@huawei.com>

Thanks,


^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PATCH] fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at
  2017-12-13  5:38 ` Adam Borowski
                   ` (4 preceding siblings ...)
  (?)
@ 2017-12-14 10:39 ` Chao Yu
  -1 siblings, 0 replies; 28+ messages in thread
From: Chao Yu @ 2017-12-14 10:39 UTC (permalink / raw)
  To: Adam Borowski, Alexander Viro, linux-fsdevel, Jan Kara,
	Jonathan Corbet, linux-ext4, Theodore Ts'o, Andreas Dilger,
	Eric Van Hensbergen, Ron Minnich, Latchesar Ionkov,
	v9fs-developer, David Sterba, linux-btrfs, Yan, Zheng, Sage Weil,
	Ilya Dryomov, ceph-devel, Steve French, linux-cifs, Jaegeuk Kim,
	linux-f2fs-devel, David Woodhouse, linux-mtd, Dave Kleikamp

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 <kilobyte@angband.pl>

[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
> -	  <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

Looks good to me.

Acked-by: Chao Yu <yuchao0@huawei.com>

Thanks,


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PATCH] fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at
  2017-12-13  5:38 ` Adam Borowski
@ 2017-12-14 19:54   ` Jaegeuk Kim
  -1 siblings, 0 replies; 28+ messages in thread
From: Jaegeuk Kim @ 2017-12-14 19:54 UTC (permalink / raw)
  To: Adam Borowski
  Cc: Alexander Viro, linux-fsdevel, Jan Kara, Jonathan Corbet,
	linux-ext4, Theodore Ts'o, Andreas Dilger,
	Eric Van Hensbergen, Ron Minnich, Latchesar Ionkov,
	v9fs-developer, David Sterba, linux-btrfs, Yan, Zheng, Sage Weil,
	Ilya Dryomov, ceph-devel, Steve French, linux-cifs, Chao Yu,
	linux-f2fs-devel, David Woodhouse, linux-mtd

On 12/13, 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 <kilobyte@angband.pl>
> ---
> Sending this as one piece; if you guys would instead prefer this chopped
> into tiny per-filesystem bits, please say so.
> 
> 
>  Documentation/filesystems/ext2.txt |  2 --
>  Documentation/filesystems/ext4.txt |  7 +++----
>  fs/9p/Kconfig                      |  3 ---
>  fs/Kconfig                         |  6 +-----
>  fs/btrfs/Kconfig                   |  3 ---
>  fs/ceph/Kconfig                    |  3 ---
>  fs/cifs/Kconfig                    | 15 +++++++--------
>  fs/ext2/Kconfig                    |  6 +-----
>  fs/ext4/Kconfig                    |  3 ---
>  fs/f2fs/Kconfig                    |  6 +-----

Acked-by: Jaegeuk Kim <jaegeuk@kernel.org>

>  fs/hfsplus/Kconfig                 |  3 ---
>  fs/jffs2/Kconfig                   |  6 +-----
>  fs/jfs/Kconfig                     |  3 ---
>  fs/reiserfs/Kconfig                |  6 +-----
>  fs/xfs/Kconfig                     |  3 ---
>  15 files changed, 15 insertions(+), 60 deletions(-)
> 
> diff --git a/Documentation/filesystems/ext2.txt b/Documentation/filesystems/ext2.txt
> index 55755395d3dc..81c0becab225 100644
> --- a/Documentation/filesystems/ext2.txt
> +++ b/Documentation/filesystems/ext2.txt
> @@ -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.
> diff --git a/Documentation/filesystems/ext4.txt b/Documentation/filesystems/ext4.txt
> index 75236c0c2ac2..8cd63e16f171 100644
> --- a/Documentation/filesystems/ext4.txt
> +++ b/Documentation/filesystems/ext4.txt
> @@ -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.
> diff --git a/fs/9p/Kconfig b/fs/9p/Kconfig
> index 6489e1fc1afd..11045d8e356a 100644
> --- a/fs/9p/Kconfig
> +++ b/fs/9p/Kconfig
> @@ -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
> diff --git a/fs/Kconfig b/fs/Kconfig
> index 7aee6d699fd6..0ed56752f208 100644
> --- a/fs/Kconfig
> +++ b/fs/Kconfig
> @@ -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.
> diff --git a/fs/btrfs/Kconfig b/fs/btrfs/Kconfig
> index 2e558227931a..273351ee4c46 100644
> --- a/fs/btrfs/Kconfig
> +++ b/fs/btrfs/Kconfig
> @@ -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
> diff --git a/fs/ceph/Kconfig b/fs/ceph/Kconfig
> index 264e9bf83ff3..52095f473464 100644
> --- a/fs/ceph/Kconfig
> +++ b/fs/ceph/Kconfig
> @@ -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
> diff --git a/fs/cifs/Kconfig b/fs/cifs/Kconfig
> index d5b2e12b5d02..e73d25f4b97a 100644
> --- a/fs/cifs/Kconfig
> +++ b/fs/cifs/Kconfig
> @@ -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.
>  
> diff --git a/fs/ext2/Kconfig b/fs/ext2/Kconfig
> index c634874e12d9..894e4c53d1d2 100644
> --- a/fs/ext2/Kconfig
> +++ b/fs/ext2/Kconfig
> @@ -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
> diff --git a/fs/ext4/Kconfig b/fs/ext4/Kconfig
> index 73b850f5659c..a453cc87082b 100644
> --- a/fs/ext4/Kconfig
> +++ b/fs/ext4/Kconfig
> @@ -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
> 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
> -	  <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
> diff --git a/fs/hfsplus/Kconfig b/fs/hfsplus/Kconfig
> index 24bc20fd42f7..7cc8b4acf66a 100644
> --- a/fs/hfsplus/Kconfig
> +++ b/fs/hfsplus/Kconfig
> @@ -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,
> diff --git a/fs/jffs2/Kconfig b/fs/jffs2/Kconfig
> index d8bb6c411e96..ad850c5bf2ca 100644
> --- a/fs/jffs2/Kconfig
> +++ b/fs/jffs2/Kconfig
> @@ -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
> diff --git a/fs/jfs/Kconfig b/fs/jfs/Kconfig
> index 57cef19951db..851de78fdabb 100644
> --- a/fs/jfs/Kconfig
> +++ b/fs/jfs/Kconfig
> @@ -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
> diff --git a/fs/reiserfs/Kconfig b/fs/reiserfs/Kconfig
> index 7cd46666ba2c..86e71c0caf48 100644
> --- a/fs/reiserfs/Kconfig
> +++ b/fs/reiserfs/Kconfig
> @@ -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
> diff --git a/fs/xfs/Kconfig b/fs/xfs/Kconfig
> index f42fcf1b5465..46bcf0e649f5 100644
> --- a/fs/xfs/Kconfig
> +++ b/fs/xfs/Kconfig
> @@ -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
> -- 
> 2.15.1

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PATCH] fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at
@ 2017-12-14 19:54   ` Jaegeuk Kim
  0 siblings, 0 replies; 28+ messages in thread
From: Jaegeuk Kim @ 2017-12-14 19:54 UTC (permalink / raw)
  To: Adam Borowski
  Cc: Alexander Viro, linux-fsdevel, Jan Kara, Jonathan Corbet,
	linux-ext4, Theodore Ts'o, Andreas Dilger,
	Eric Van Hensbergen, Ron Minnich, Latchesar Ionkov,
	v9fs-developer, David Sterba, linux-btrfs, Yan, Zheng, Sage Weil,
	Ilya Dryomov, ceph-devel, Steve French, linux-cifs, Chao Yu,
	linux-f2fs-devel, David Woodhouse, linux-mtd, Dave Kleikamp,
	jfs-discussion, reiserfs-devel, Darrick J. Wong, linux-xfs

On 12/13, 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 <kilobyte@angband.pl>
> ---
> Sending this as one piece; if you guys would instead prefer this chopped
> into tiny per-filesystem bits, please say so.
> 
> 
>  Documentation/filesystems/ext2.txt |  2 --
>  Documentation/filesystems/ext4.txt |  7 +++----
>  fs/9p/Kconfig                      |  3 ---
>  fs/Kconfig                         |  6 +-----
>  fs/btrfs/Kconfig                   |  3 ---
>  fs/ceph/Kconfig                    |  3 ---
>  fs/cifs/Kconfig                    | 15 +++++++--------
>  fs/ext2/Kconfig                    |  6 +-----
>  fs/ext4/Kconfig                    |  3 ---
>  fs/f2fs/Kconfig                    |  6 +-----

Acked-by: Jaegeuk Kim <jaegeuk@kernel.org>

>  fs/hfsplus/Kconfig                 |  3 ---
>  fs/jffs2/Kconfig                   |  6 +-----
>  fs/jfs/Kconfig                     |  3 ---
>  fs/reiserfs/Kconfig                |  6 +-----
>  fs/xfs/Kconfig                     |  3 ---
>  15 files changed, 15 insertions(+), 60 deletions(-)
> 
> diff --git a/Documentation/filesystems/ext2.txt b/Documentation/filesystems/ext2.txt
> index 55755395d3dc..81c0becab225 100644
> --- a/Documentation/filesystems/ext2.txt
> +++ b/Documentation/filesystems/ext2.txt
> @@ -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.
> diff --git a/Documentation/filesystems/ext4.txt b/Documentation/filesystems/ext4.txt
> index 75236c0c2ac2..8cd63e16f171 100644
> --- a/Documentation/filesystems/ext4.txt
> +++ b/Documentation/filesystems/ext4.txt
> @@ -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.
> diff --git a/fs/9p/Kconfig b/fs/9p/Kconfig
> index 6489e1fc1afd..11045d8e356a 100644
> --- a/fs/9p/Kconfig
> +++ b/fs/9p/Kconfig
> @@ -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
> diff --git a/fs/Kconfig b/fs/Kconfig
> index 7aee6d699fd6..0ed56752f208 100644
> --- a/fs/Kconfig
> +++ b/fs/Kconfig
> @@ -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.
> diff --git a/fs/btrfs/Kconfig b/fs/btrfs/Kconfig
> index 2e558227931a..273351ee4c46 100644
> --- a/fs/btrfs/Kconfig
> +++ b/fs/btrfs/Kconfig
> @@ -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
> diff --git a/fs/ceph/Kconfig b/fs/ceph/Kconfig
> index 264e9bf83ff3..52095f473464 100644
> --- a/fs/ceph/Kconfig
> +++ b/fs/ceph/Kconfig
> @@ -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
> diff --git a/fs/cifs/Kconfig b/fs/cifs/Kconfig
> index d5b2e12b5d02..e73d25f4b97a 100644
> --- a/fs/cifs/Kconfig
> +++ b/fs/cifs/Kconfig
> @@ -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.
>  
> diff --git a/fs/ext2/Kconfig b/fs/ext2/Kconfig
> index c634874e12d9..894e4c53d1d2 100644
> --- a/fs/ext2/Kconfig
> +++ b/fs/ext2/Kconfig
> @@ -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
> diff --git a/fs/ext4/Kconfig b/fs/ext4/Kconfig
> index 73b850f5659c..a453cc87082b 100644
> --- a/fs/ext4/Kconfig
> +++ b/fs/ext4/Kconfig
> @@ -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
> 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
> -	  <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
> diff --git a/fs/hfsplus/Kconfig b/fs/hfsplus/Kconfig
> index 24bc20fd42f7..7cc8b4acf66a 100644
> --- a/fs/hfsplus/Kconfig
> +++ b/fs/hfsplus/Kconfig
> @@ -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,
> diff --git a/fs/jffs2/Kconfig b/fs/jffs2/Kconfig
> index d8bb6c411e96..ad850c5bf2ca 100644
> --- a/fs/jffs2/Kconfig
> +++ b/fs/jffs2/Kconfig
> @@ -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
> diff --git a/fs/jfs/Kconfig b/fs/jfs/Kconfig
> index 57cef19951db..851de78fdabb 100644
> --- a/fs/jfs/Kconfig
> +++ b/fs/jfs/Kconfig
> @@ -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
> diff --git a/fs/reiserfs/Kconfig b/fs/reiserfs/Kconfig
> index 7cd46666ba2c..86e71c0caf48 100644
> --- a/fs/reiserfs/Kconfig
> +++ b/fs/reiserfs/Kconfig
> @@ -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
> diff --git a/fs/xfs/Kconfig b/fs/xfs/Kconfig
> index f42fcf1b5465..46bcf0e649f5 100644
> --- a/fs/xfs/Kconfig
> +++ b/fs/xfs/Kconfig
> @@ -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
> -- 
> 2.15.1

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PATCH] fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at
  2017-12-13  5:38 ` Adam Borowski
                   ` (8 preceding siblings ...)
  (?)
@ 2017-12-15 19:58 ` Steve French
  -1 siblings, 0 replies; 28+ messages in thread
From: Steve French @ 2017-12-15 19:58 UTC (permalink / raw)
  To: Adam Borowski
  Cc: Alexander Viro, linux-fsdevel, Jonathan Corbet, linux-ext4,
	Ron Minnich, Latchesar Ionkov, v9fs-developer, linux-btrfs, Yan,
	Zheng, linux-cifs, linux-f2fs-devel, Darrick J. Wong, linux-xfs

Acked-by: Steve French <smfrench@gmail.com>

On Tue, Dec 12, 2017 at 11:38 PM, Adam Borowski <kilobyte@angband.pl> 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 <kilobyte@angband.pl>
> ---
> Sending this as one piece; if you guys would instead prefer this chopped
> into tiny per-filesystem bits, please say so.
>
>
>  Documentation/filesystems/ext2.txt |  2 --
>  Documentation/filesystems/ext4.txt |  7 +++----
>  fs/9p/Kconfig                      |  3 ---
>  fs/Kconfig                         |  6 +-----
>  fs/btrfs/Kconfig                   |  3 ---
>  fs/ceph/Kconfig                    |  3 ---
>  fs/cifs/Kconfig                    | 15 +++++++--------
>  fs/ext2/Kconfig                    |  6 +-----
>  fs/ext4/Kconfig                    |  3 ---
>  fs/f2fs/Kconfig                    |  6 +-----
>  fs/hfsplus/Kconfig                 |  3 ---
>  fs/jffs2/Kconfig                   |  6 +-----
>  fs/jfs/Kconfig                     |  3 ---
>  fs/reiserfs/Kconfig                |  6 +-----
>  fs/xfs/Kconfig                     |  3 ---
>  15 files changed, 15 insertions(+), 60 deletions(-)
>
> diff --git a/Documentation/filesystems/ext2.txt b/Documentation/filesystems/ext2.txt
> index 55755395d3dc..81c0becab225 100644
> --- a/Documentation/filesystems/ext2.txt
> +++ b/Documentation/filesystems/ext2.txt
> @@ -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.
> diff --git a/Documentation/filesystems/ext4.txt b/Documentation/filesystems/ext4.txt
> index 75236c0c2ac2..8cd63e16f171 100644
> --- a/Documentation/filesystems/ext4.txt
> +++ b/Documentation/filesystems/ext4.txt
> @@ -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.
> diff --git a/fs/9p/Kconfig b/fs/9p/Kconfig
> index 6489e1fc1afd..11045d8e356a 100644
> --- a/fs/9p/Kconfig
> +++ b/fs/9p/Kconfig
> @@ -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
> diff --git a/fs/Kconfig b/fs/Kconfig
> index 7aee6d699fd6..0ed56752f208 100644
> --- a/fs/Kconfig
> +++ b/fs/Kconfig
> @@ -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.
> diff --git a/fs/btrfs/Kconfig b/fs/btrfs/Kconfig
> index 2e558227931a..273351ee4c46 100644
> --- a/fs/btrfs/Kconfig
> +++ b/fs/btrfs/Kconfig
> @@ -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
> diff --git a/fs/ceph/Kconfig b/fs/ceph/Kconfig
> index 264e9bf83ff3..52095f473464 100644
> --- a/fs/ceph/Kconfig
> +++ b/fs/ceph/Kconfig
> @@ -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
> diff --git a/fs/cifs/Kconfig b/fs/cifs/Kconfig
> index d5b2e12b5d02..e73d25f4b97a 100644
> --- a/fs/cifs/Kconfig
> +++ b/fs/cifs/Kconfig
> @@ -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.
>
> diff --git a/fs/ext2/Kconfig b/fs/ext2/Kconfig
> index c634874e12d9..894e4c53d1d2 100644
> --- a/fs/ext2/Kconfig
> +++ b/fs/ext2/Kconfig
> @@ -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
> diff --git a/fs/ext4/Kconfig b/fs/ext4/Kconfig
> index 73b850f5659c..a453cc87082b 100644
> --- a/fs/ext4/Kconfig
> +++ b/fs/ext4/Kconfig
> @@ -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
> 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
> -         <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
> diff --git a/fs/hfsplus/Kconfig b/fs/hfsplus/Kconfig
> index 24bc20fd42f7..7cc8b4acf66a 100644
> --- a/fs/hfsplus/Kconfig
> +++ b/fs/hfsplus/Kconfig
> @@ -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,
> diff --git a/fs/jffs2/Kconfig b/fs/jffs2/Kconfig
> index d8bb6c411e96..ad850c5bf2ca 100644
> --- a/fs/jffs2/Kconfig
> +++ b/fs/jffs2/Kconfig
> @@ -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
> diff --git a/fs/jfs/Kconfig b/fs/jfs/Kconfig
> index 57cef19951db..851de78fdabb 100644
> --- a/fs/jfs/Kconfig
> +++ b/fs/jfs/Kconfig
> @@ -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
> diff --git a/fs/reiserfs/Kconfig b/fs/reiserfs/Kconfig
> index 7cd46666ba2c..86e71c0caf48 100644
> --- a/fs/reiserfs/Kconfig
> +++ b/fs/reiserfs/Kconfig
> @@ -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
> diff --git a/fs/xfs/Kconfig b/fs/xfs/Kconfig
> index f42fcf1b5465..46bcf0e649f5 100644
> --- a/fs/xfs/Kconfig
> +++ b/fs/xfs/Kconfig
> @@ -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
> --
> 2.15.1
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-cifs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html



-- 
Thanks,

Steve

^ permalink raw reply	[flat|nested] 28+ messages in thread

* [PATCH acks] fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at
  2017-12-13  5:38 ` Adam Borowski
                   ` (9 preceding siblings ...)
  (?)
@ 2017-12-20 13:58 ` Adam Borowski
  2017-12-20 14:14   ` Jonathan Corbet
  -1 siblings, 1 reply; 28+ messages in thread
From: Adam Borowski @ 2017-12-20 13:58 UTC (permalink / raw)
  To: Alexander Viro, linux-fsdevel, Jonathan Corbet, linux-ext4,
	Theodore Ts'o, Andreas Dilger, Eric Van Hensbergen,
	Ron Minnich, Latchesar Ionkov, v9fs-developer, Sage Weil,
	Ilya Dryomov, David Woodhouse, linux-mtd, reiserfs-devel
  Cc: Adam Borowski

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>
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>
---
No changes, acks added (Dave Kleikamp's came without CCs).

Acked: btrfs ceph cifs ext2 f2fs jfs xfs.
No ack: . 9p ext4 hfsplus jffs2 reiserfs -- but there's no point in caring
this much for a trivial doc update, molesting the maintainers further is a
waste of their time.


 Documentation/filesystems/ext2.txt |  2 --
 Documentation/filesystems/ext4.txt |  7 +++----
 fs/9p/Kconfig                      |  3 ---
 fs/Kconfig                         |  6 +-----
 fs/btrfs/Kconfig                   |  3 ---
 fs/ceph/Kconfig                    |  3 ---
 fs/cifs/Kconfig                    | 15 +++++++--------
 fs/ext2/Kconfig                    |  6 +-----
 fs/ext4/Kconfig                    |  3 ---
 fs/f2fs/Kconfig                    |  6 +-----
 fs/hfsplus/Kconfig                 |  3 ---
 fs/jffs2/Kconfig                   |  6 +-----
 fs/jfs/Kconfig                     |  3 ---
 fs/reiserfs/Kconfig                |  6 +-----
 fs/xfs/Kconfig                     |  3 ---
 15 files changed, 15 insertions(+), 60 deletions(-)

diff --git a/Documentation/filesystems/ext2.txt b/Documentation/filesystems/ext2.txt
index 55755395d3dc..81c0becab225 100644
--- a/Documentation/filesystems/ext2.txt
+++ b/Documentation/filesystems/ext2.txt
@@ -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.
diff --git a/Documentation/filesystems/ext4.txt b/Documentation/filesystems/ext4.txt
index 75236c0c2ac2..8cd63e16f171 100644
--- a/Documentation/filesystems/ext4.txt
+++ b/Documentation/filesystems/ext4.txt
@@ -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.
diff --git a/fs/9p/Kconfig b/fs/9p/Kconfig
index 6489e1fc1afd..11045d8e356a 100644
--- a/fs/9p/Kconfig
+++ b/fs/9p/Kconfig
@@ -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
diff --git a/fs/Kconfig b/fs/Kconfig
index 7aee6d699fd6..0ed56752f208 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -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.
diff --git a/fs/btrfs/Kconfig b/fs/btrfs/Kconfig
index 2e558227931a..273351ee4c46 100644
--- a/fs/btrfs/Kconfig
+++ b/fs/btrfs/Kconfig
@@ -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
diff --git a/fs/ceph/Kconfig b/fs/ceph/Kconfig
index 264e9bf83ff3..52095f473464 100644
--- a/fs/ceph/Kconfig
+++ b/fs/ceph/Kconfig
@@ -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
diff --git a/fs/cifs/Kconfig b/fs/cifs/Kconfig
index d5b2e12b5d02..e73d25f4b97a 100644
--- a/fs/cifs/Kconfig
+++ b/fs/cifs/Kconfig
@@ -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.
 
diff --git a/fs/ext2/Kconfig b/fs/ext2/Kconfig
index c634874e12d9..894e4c53d1d2 100644
--- a/fs/ext2/Kconfig
+++ b/fs/ext2/Kconfig
@@ -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
diff --git a/fs/ext4/Kconfig b/fs/ext4/Kconfig
index 73b850f5659c..a453cc87082b 100644
--- a/fs/ext4/Kconfig
+++ b/fs/ext4/Kconfig
@@ -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
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
-	  <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
diff --git a/fs/hfsplus/Kconfig b/fs/hfsplus/Kconfig
index 24bc20fd42f7..7cc8b4acf66a 100644
--- a/fs/hfsplus/Kconfig
+++ b/fs/hfsplus/Kconfig
@@ -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,
diff --git a/fs/jffs2/Kconfig b/fs/jffs2/Kconfig
index d8bb6c411e96..ad850c5bf2ca 100644
--- a/fs/jffs2/Kconfig
+++ b/fs/jffs2/Kconfig
@@ -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
diff --git a/fs/jfs/Kconfig b/fs/jfs/Kconfig
index 57cef19951db..851de78fdabb 100644
--- a/fs/jfs/Kconfig
+++ b/fs/jfs/Kconfig
@@ -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
diff --git a/fs/reiserfs/Kconfig b/fs/reiserfs/Kconfig
index 7cd46666ba2c..86e71c0caf48 100644
--- a/fs/reiserfs/Kconfig
+++ b/fs/reiserfs/Kconfig
@@ -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
diff --git a/fs/xfs/Kconfig b/fs/xfs/Kconfig
index f42fcf1b5465..46bcf0e649f5 100644
--- a/fs/xfs/Kconfig
+++ b/fs/xfs/Kconfig
@@ -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
-- 
2.15.1

^ permalink raw reply related	[flat|nested] 28+ messages in thread

* Re: [PATCH acks] fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at
  2017-12-20 13:58 ` [PATCH acks] " Adam Borowski
@ 2017-12-20 14:14   ` Jonathan Corbet
  2017-12-20 15:50     ` Adam Borowski
  0 siblings, 1 reply; 28+ messages in thread
From: Jonathan Corbet @ 2017-12-20 14:14 UTC (permalink / raw)
  To: Adam Borowski
  Cc: Alexander Viro, linux-fsdevel, linux-ext4, Theodore Ts'o,
	Andreas Dilger, Eric Van Hensbergen, Ron Minnich,
	Latchesar Ionkov, v9fs-developer, Sage Weil, Ilya Dryomov,
	David Woodhouse, linux-mtd, reiserfs-devel

On Wed, 20 Dec 2017 14:58:52 +0100
Adam Borowski <kilobyte@angband.pl> 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 <kilobyte@angband.pl>
> 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>
> ---
> No changes, acks added (Dave Kleikamp's came without CCs).
> 
> Acked: btrfs ceph cifs ext2 f2fs jfs xfs.
> No ack: . 9p ext4 hfsplus jffs2 reiserfs -- but there's no point in caring
> this much for a trivial doc update, molesting the maintainers further is a
> waste of their time.

So how would you like this to go upstream?  I can certainly take it
through docs, but it seems like vfs might be the first choice...?

Thanks,

jon

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PATCH acks] fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at
  2017-12-20 14:14   ` Jonathan Corbet
@ 2017-12-20 15:50     ` Adam Borowski
  2018-01-01 19:45       ` Jonathan Corbet
  0 siblings, 1 reply; 28+ messages in thread
From: Adam Borowski @ 2017-12-20 15:50 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: Alexander Viro, linux-fsdevel

On Wed, Dec 20, 2017 at 07:14:22AM -0700, Jonathan Corbet wrote:
> On Wed, 20 Dec 2017 14:58:52 +0100
> Adam Borowski <kilobyte@angband.pl> 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.
> > ---
> > No changes, acks added (Dave Kleikamp's came without CCs).
> > 
> > Acked: btrfs ceph cifs ext2 f2fs jfs xfs.
> > No ack: . 9p ext4 hfsplus jffs2 reiserfs -- but there's no point in caring
> > this much for a trivial doc update, molesting the maintainers further is a
> > waste of their time.
> 
> So how would you like this to go upstream?  I can certainly take it
> through docs, but it seems like vfs might be the first choice...?

Good question.  I submitted it in one piece, to reduce spam (plenty of
mostly two-line changes to elebenty filesystems' prose), and no one pays me
per-commit, but splitting Documentation/ from fs/*/Kbuild might be
reasonable.

Al: would you prefer to take it as a single commit, as Doc + fs, or chopped
into tiny bits?

[Dropped the CCs to not waste everyone else's time.]


Meow!
-- 
// If you believe in so-called "intellectual property", please immediately
// cease using counterfeit alphabets.  Instead, contact the nearest temple
// of Amon, whose priests will provide you with scribal services for all
// your writing needs, for Reasonable And Non-Discriminatory prices.

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PATCH acks] fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at
  2017-12-20 15:50     ` Adam Borowski
@ 2018-01-01 19:45       ` Jonathan Corbet
  0 siblings, 0 replies; 28+ messages in thread
From: Jonathan Corbet @ 2018-01-01 19:45 UTC (permalink / raw)
  To: Adam Borowski; +Cc: Alexander Viro, linux-fsdevel

On Wed, 20 Dec 2017 16:50:24 +0100
Adam Borowski <kilobyte@angband.pl> wrote:

> > So how would you like this to go upstream?  I can certainly take it
> > through docs, but it seems like vfs might be the first choice...?  
> 
> Good question.  I submitted it in one piece, to reduce spam (plenty of
> mostly two-line changes to elebenty filesystems' prose), and no one pays me
> per-commit, but splitting Documentation/ from fs/*/Kbuild might be
> reasonable.
> 
> Al: would you prefer to take it as a single commit, as Doc + fs, or chopped
> into tiny bits?

I've gone ahead and applied this.

jon

^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2018-01-01 19:45 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-13  5:38 [PATCH] fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at Adam Borowski
2017-12-13  5:38 ` Adam Borowski
2017-12-13  6:05 ` Darrick J. Wong
2017-12-13  6:05   ` Darrick J. Wong
2017-12-13  6:05   ` Darrick J. Wong
2017-12-13 11:14 ` Jan Kara
2017-12-13 11:14   ` Jan Kara
2017-12-13 11:14   ` Jan Kara
2017-12-14  0:44 ` David Sterba
2017-12-14  0:44   ` David Sterba
2017-12-14  0:44   ` David Sterba
2017-12-14  6:34 ` Yan, Zheng
2017-12-14  6:34   ` Yan, Zheng
2017-12-14  6:34   ` Yan, Zheng
2017-12-14  6:34   ` Yan, Zheng
2017-12-14 10:39 ` Chao Yu
2017-12-14 10:39 ` Chao Yu
2017-12-14 10:39 ` Chao Yu
2017-12-14 10:39   ` Chao Yu
2017-12-14 10:39   ` Chao Yu
2017-12-14 10:39   ` Chao Yu
2017-12-14 19:54 ` Jaegeuk Kim
2017-12-14 19:54   ` Jaegeuk Kim
2017-12-15 19:58 ` Steve French
2017-12-20 13:58 ` [PATCH acks] " Adam Borowski
2017-12-20 14:14   ` Jonathan Corbet
2017-12-20 15:50     ` Adam Borowski
2018-01-01 19:45       ` Jonathan Corbet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.