Commit 60582d1e933649f14f46f816bb75049058679e01

Authored by Chris Mason
1 parent b4f6c45dfb

Add Btrfs to fs/Kconfig and fs/Makefile

Signed-off-by: Chris Mason <chris.mason@oracle.com>

Showing 2 changed files with 18 additions and 0 deletions Side-by-side Diff

... ... @@ -497,6 +497,23 @@
497 497 this option for debugging only as it is likely to decrease
498 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 517 endif # BLOCK
501 518  
502 519 config DNOTIFY
... ... @@ -121,5 +121,6 @@
121 121 obj-$(CONFIG_HPPFS) += hppfs/
122 122 obj-$(CONFIG_DEBUG_FS) += debugfs/
123 123 obj-$(CONFIG_OCFS2_FS) += ocfs2/
  124 +obj-$(CONFIG_BTRFS_FS) += btrfs/
124 125 obj-$(CONFIG_GFS2_FS) += gfs2/