diff options
Diffstat (limited to 'fs/btrfs/Kconfig')
-rw-r--r-- | fs/btrfs/Kconfig | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/fs/btrfs/Kconfig b/fs/btrfs/Kconfig index 398cbd517be2..f62389348662 100644 --- a/fs/btrfs/Kconfig +++ b/fs/btrfs/Kconfig | |||
@@ -9,12 +9,17 @@ config BTRFS_FS | |||
9 | select XOR_BLOCKS | 9 | select XOR_BLOCKS |
10 | 10 | ||
11 | help | 11 | help |
12 | Btrfs is a new filesystem with extents, writable snapshotting, | 12 | Btrfs is a general purpose copy-on-write filesystem with extents, |
13 | support for multiple devices and many more features. | 13 | writable snapshotting, support for multiple devices and many more |
14 | features focused on fault tolerance, repair and easy administration. | ||
14 | 15 | ||
15 | Btrfs is highly experimental, and THE DISK FORMAT IS NOT YET | 16 | The filesystem disk format is no longer unstable, and it's not |
16 | FINALIZED. You should say N here unless you are interested in | 17 | expected to change unless there are strong reasons to do so. If there |
17 | testing Btrfs with non-critical data. | 18 | is a format change, file systems with a unchanged format will |
19 | continue to be mountable and usable by newer kernels. | ||
20 | |||
21 | For more information, please see the web pages at | ||
22 | http://btrfs.wiki.kernel.org. | ||
18 | 23 | ||
19 | To compile this file system support as a module, choose M here. The | 24 | To compile this file system support as a module, choose M here. The |
20 | module will be called btrfs. | 25 | module will be called btrfs. |