From: David Sterba Date: Tue, 19 Mar 2013 11:50:59 +0000 (+0000) Subject: btrfs: update kconfig title X-Git-Tag: v3.12-rc1~469^2~177 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aa8259145ecb8d432685c1167a194094559647a1;p=kernel%2Fkernel-generic.git 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 Signed-off-by: Josef Bacik --- 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