diff options
author | David Sterba <dsterba@suse.cz> | 2013-03-19 11:50:59 +0000 |
---|---|---|
committer | Josef Bacik <jbacik@fusionio.com> | 2013-05-06 15:54:22 -0400 |
commit | aa8259145ecb8d432685c1167a194094559647a1 (patch) | |
tree | ddf5d16f1868050604c76893ac6aaece9f44f6cd /fs/btrfs/Kconfig | |
parent | 9d1a2a3ad59f7ae810bf04a5a05995bf2d79300c (diff) |
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>
Diffstat (limited to 'fs/btrfs/Kconfig')
-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 d5bfcb744fe..0f5374c9e36 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 |