summaryrefslogtreecommitdiff
path: root/fs/btrfs/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/Kconfig')
-rw-r--r--fs/btrfs/Kconfig18
1 files changed, 6 insertions, 12 deletions
diff --git a/fs/btrfs/Kconfig b/fs/btrfs/Kconfig
index aa976ec..398cbd5 100644
--- a/fs/btrfs/Kconfig
+++ b/fs/btrfs/Kconfig
@@ -9,17 +9,12 @@ config BTRFS_FS
select XOR_BLOCKS
help
- Btrfs is a general purpose copy-on-write filesystem with extents,
- writable snapshotting, support for multiple devices and many more
- features focused on fault tolerance, repair and easy administration.
+ Btrfs is a new filesystem with extents, writable snapshotting,
+ support for multiple devices and many more features.
- The filesystem disk format is no longer unstable, and it's not
- expected to change unless there are strong reasons to do so. If there
- is a format change, file systems with a unchanged format will
- continue to be mountable and usable by newer kernels.
-
- For more information, please see the web pages at
- http://btrfs.wiki.kernel.org.
+ Btrfs is highly experimental, and THE DISK FORMAT IS NOT YET
+ FINALIZED. You should say N here unless you are interested in
+ testing Btrfs with non-critical data.
To compile this file system support as a module, choose M here. The
module will be called btrfs.
@@ -64,8 +59,7 @@ config BTRFS_FS_RUN_SANITY_TESTS
help
This will run some basic sanity tests on the free space cache
code to make sure it is acting as it should. These are mostly
- regression tests and are only really interesting to btrfs
- developers.
+ regression tests and are only really interesting to btrfs devlopers.
If unsure, say N.