diff options
author | Chris Mason <chris.mason@oracle.com> | 2008-10-16 10:12:58 -0400 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2008-10-16 10:12:58 -0400 |
commit | 26ce34a9c47334ff7984769e4661b2f1883594ff (patch) | |
tree | fbc1da082a0b9f4adc7a2560811bbd6e6c47e420 /fs/Kconfig | |
parent | 3fa8749e584b55f1180411ab1b51117190bac1e5 (diff) | |
parent | 37d3cdddf5378606f6eab99982ca16819745d8f4 (diff) |
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
diff --git a/fs/Kconfig b/fs/Kconfig index abccb5dab9a8..18f5a85b47c6 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -497,6 +497,23 @@ config OCFS2_DEBUG_FS | |||
497 | this option for debugging only as it is likely to decrease | 497 | this option for debugging only as it is likely to decrease |
498 | performance of the filesystem. | 498 | performance of the filesystem. |
499 | 499 | ||
500 | config BTRFS_FS | ||
501 | tristate "Btrfs filesystem (EXPERIMENTAL) Unstable disk format" | ||
502 | depends on EXPERIMENTAL | ||
503 | select LIBCRC32C | ||
504 | help | ||
505 | Btrfs is a new filesystem with extents, writable snapshotting, | ||
506 | support for multiple devices and many more features. | ||
507 | |||
508 | Btrfs is highly experimental, and THE DISK FORMAT IS NOT YET | ||
509 | FINALIZED. You should say N here unless you are interested in | ||
510 | testing Btrfs with non-critical data. | ||
511 | |||
512 | To compile this file system support as a module, choose M here. The | ||
513 | module will be called btrfs. | ||
514 | |||
515 | If unsure, say N. | ||
516 | |||
500 | endif # BLOCK | 517 | endif # BLOCK |
501 | 518 | ||
502 | config DNOTIFY | 519 | config DNOTIFY |