diff options
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 |