aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2009-01-06 09:17:51 -0500
committerChris Mason <chris.mason@oracle.com>2009-01-06 09:17:51 -0500
commit860a7a0c321ce0267fdb6ebdcd03aa63c5fcb31d (patch)
tree55f3e8e388c5836e42489e1114af6200bf6366a9 /fs/Kconfig
parent4a6908a3a050aacc9c3a2f36b276b46c0629ad91 (diff)
parent43b774ba1378dc5e952aadb829048bbe90ba33e4 (diff)
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index 522469a7eca3..5f62e7e0e6cb 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -268,6 +268,25 @@ config OCFS2_COMPAT_JBD
268 is backwards compatible with JBD. It is safe to say N here. 268 is backwards compatible with JBD. It is safe to say N here.
269 However, if you really want to use the original JBD, say Y here. 269 However, if you really want to use the original JBD, say Y here.
270 270
271config BTRFS_FS
272 tristate "Btrfs filesystem (EXPERIMENTAL) Unstable disk format"
273 depends on EXPERIMENTAL
274 select LIBCRC32C
275 select ZLIB_INFLATE
276 select ZLIB_DEFLATE
277 help
278 Btrfs is a new filesystem with extents, writable snapshotting,
279 support for multiple devices and many more features.
280
281 Btrfs is highly experimental, and THE DISK FORMAT IS NOT YET
282 FINALIZED. You should say N here unless you are interested in
283 testing Btrfs with non-critical data.
284
285 To compile this file system support as a module, choose M here. The
286 module will be called btrfs.
287
288 If unsure, say N.
289
271endif # BLOCK 290endif # BLOCK
272 291
273config DNOTIFY 292config DNOTIFY