diff options
author | Chris Mason <chris.mason@oracle.com> | 2008-11-19 15:59:28 -0500 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2008-11-19 15:59:28 -0500 |
commit | ae20a6afec1cf21919d97303f2d8b737eac5acc7 (patch) | |
tree | a4ddf02d4f19bdee1119dcc8a0f54edb40fb5986 /fs/Kconfig | |
parent | 9bf1a2445f3c569098b8de7097ca324e65abecc2 (diff) | |
parent | 07103a3cdb24099324a11be1f35279b463cdfc31 (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/Kconfig | 19 |
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 | ||
271 | config 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 | |||
271 | endif # BLOCK | 290 | endif # BLOCK |
272 | 291 | ||
273 | config DNOTIFY | 292 | config DNOTIFY |