diff options
author | Kees Cook <keescook@chromium.org> | 2013-01-16 18:54:04 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-21 14:39:04 -0800 |
commit | 6d7a19fa747320e2bbe69736cfe9394492cb57f0 (patch) | |
tree | c1570fb792b735d1fedb514ccfb0e22cf6db9c8e /fs | |
parent | acd4fd07d4800e7c3b5243d1a260a9a84094ff50 (diff) | |
download | linux-stable-6d7a19fa747320e2bbe69736cfe9394492cb57f0.tar.gz linux-stable-6d7a19fa747320e2bbe69736cfe9394492cb57f0.tar.bz2 linux-stable-6d7a19fa747320e2bbe69736cfe9394492cb57f0.zip |
fs/affs: remove depends on CONFIG_EXPERIMENTAL
The CONFIG_EXPERIMENTAL config item has not carried much meaning for a
while now and is almost always enabled by default. As agreed during the
Linux kernel summit, remove it from any "depends on" lines in Kconfigs.
Cc: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/affs/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/affs/Kconfig b/fs/affs/Kconfig index cfad9afb4762..a04d9e848d05 100644 --- a/fs/affs/Kconfig +++ b/fs/affs/Kconfig @@ -1,6 +1,6 @@ config AFFS_FS - tristate "Amiga FFS file system support (EXPERIMENTAL)" - depends on BLOCK && EXPERIMENTAL + tristate "Amiga FFS file system support" + depends on BLOCK help The Fast File System (FFS) is the common file system used on hard disks by Amiga(tm) systems since AmigaOS Version 1.3 (34.20). Say Y |