summaryrefslogtreecommitdiff
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2008-09-25 16:25:16 (GMT)
committerChris Mason <chris.mason@oracle.com>2008-09-25 19:41:59 (GMT)
commit60582d1e933649f14f46f816bb75049058679e01 (patch)
tree1ebd09134e7595d3bd77d444b8d5ddd380400a27 /fs/Kconfig
parentb4f6c45dfbf84f47c21f73f6370ad1292b0627fd (diff)
downloadlinux-fsl-qoriq-60582d1e933649f14f46f816bb75049058679e01.tar.xz
Add Btrfs to fs/Kconfig and fs/Makefile
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index abccb5d..18f5a85 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -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