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 32883589ee54..02cff86af1b4 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -269,6 +269,25 @@ config OCFS2_FS_POSIX_ACL | |||
269 | Posix Access Control Lists (ACLs) support permissions for users and | 269 | Posix Access Control Lists (ACLs) support permissions for users and |
270 | groups beyond the owner/group/world scheme. | 270 | groups beyond the owner/group/world scheme. |
271 | 271 | ||
272 | config BTRFS_FS | ||
273 | tristate "Btrfs filesystem (EXPERIMENTAL) Unstable disk format" | ||
274 | depends on EXPERIMENTAL | ||
275 | select LIBCRC32C | ||
276 | select ZLIB_INFLATE | ||
277 | select ZLIB_DEFLATE | ||
278 | help | ||
279 | Btrfs is a new filesystem with extents, writable snapshotting, | ||
280 | support for multiple devices and many more features. | ||
281 | |||
282 | Btrfs is highly experimental, and THE DISK FORMAT IS NOT YET | ||
283 | FINALIZED. You should say N here unless you are interested in | ||
284 | testing Btrfs with non-critical data. | ||
285 | |||
286 | To compile this file system support as a module, choose M here. The | ||
287 | module will be called btrfs. | ||
288 | |||
289 | If unsure, say N. | ||
290 | |||
272 | endif # BLOCK | 291 | endif # BLOCK |
273 | 292 | ||
274 | source "fs/notify/Kconfig" | 293 | source "fs/notify/Kconfig" |