diff options
author | David Sterba <dsterba@suse.cz> | 2013-03-19 11:50:59 (GMT) |
---|---|---|
committer | Josef Bacik <jbacik@fusionio.com> | 2013-05-06 19:54:22 (GMT) |
commit | aa8259145ecb8d432685c1167a194094559647a1 (patch) | |
tree | ddf5d16f1868050604c76893ac6aaece9f44f6cd | |
parent | 9d1a2a3ad59f7ae810bf04a5a05995bf2d79300c (diff) | |
download | linux-fsl-qoriq-aa8259145ecb8d432685c1167a194094559647a1.tar.xz |
btrfs: update kconfig title
The Kconfig title does not make much sense after the cleanup of
CONFIG_EXPERIMENTAL option, align the wording with other filesystems.
Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
-rw-r--r-- | fs/btrfs/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/Kconfig b/fs/btrfs/Kconfig index d5bfcb7..0f5374c 100644 --- a/fs/btrfs/Kconfig +++ b/fs/btrfs/Kconfig @@ -1,5 +1,5 @@ config BTRFS_FS - tristate "Btrfs filesystem Unstable disk format" + tristate "Btrfs filesystem support" select LIBCRC32C select ZLIB_INFLATE select ZLIB_DEFLATE |