Commit 91581e4c authored by Adam Borowski's avatar Adam Borowski Committed by Jonathan Corbet
Browse files

fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at



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: default avatarAdam Borowski <kilobyte@angband.pl>
CC: Alexander Viro <viro@zeniv.linux.org.uk>
Reviewed-by: default avatarDarrick J. Wong <darrick.wong@oracle.com>
Acked-by: default avatarJan Kara <jack@suse.cz>
Acked-by: default avatarDave Kleikamp <dave.kleikamp@oracle.com>
Acked-by: default avatarDavid Sterba <dsterba@suse.com>
Acked-by: default avatar"Yan, Zheng" <zyan@redhat.com>
Acked-by: default avatarChao Yu <yuchao0@huawei.com>
Acked-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
Acked-by: default avatarSteve French <smfrench@gmail.com>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 1892ce4c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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.
+3 −4
Original line number Diff line number Diff line
@@ -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.
+0 −3
Original line number Diff line number Diff line
@@ -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
+1 −5
Original line number Diff line number Diff line
@@ -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.
+0 −3
Original line number Diff line number Diff line
@@ -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
Loading