diff options
author | Chris Mason <chris.mason@oracle.com> | 2008-10-16 14:12:58 (GMT) |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2008-10-16 14:12:58 (GMT) |
commit | 26ce34a9c47334ff7984769e4661b2f1883594ff (patch) | |
tree | fbc1da082a0b9f4adc7a2560811bbd6e6c47e420 /fs/Kconfig | |
parent | 3fa8749e584b55f1180411ab1b51117190bac1e5 (diff) | |
parent | 37d3cdddf5378606f6eab99982ca16819745d8f4 (diff) | |
download | linux-fsl-qoriq-26ce34a9c47334ff7984769e4661b2f1883594ff.tar.xz |
Merge branch 'master' of ssh://mason@master.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -497,6 +497,23 @@ config OCFS2_DEBUG_FS this option for debugging only as it is likely to decrease performance of the filesystem. +config BTRFS_FS + tristate "Btrfs filesystem (EXPERIMENTAL) Unstable disk format" + depends on EXPERIMENTAL + select LIBCRC32C + help + Btrfs is a new filesystem with extents, writable snapshotting, + support for multiple devices and many more features. + + 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. + + If unsure, say N. + endif # BLOCK config DNOTIFY |