mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-10 07:10:27 +00:00
fs/Kconfig: move btrfs out
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
This commit is contained in:
parent
2fe4371dff
commit
335debee07
20
fs/Kconfig
20
fs/Kconfig
@ -50,25 +50,7 @@ config FILE_LOCKING
|
|||||||
source "fs/xfs/Kconfig"
|
source "fs/xfs/Kconfig"
|
||||||
source "fs/gfs2/Kconfig"
|
source "fs/gfs2/Kconfig"
|
||||||
source "fs/ocfs2/Kconfig"
|
source "fs/ocfs2/Kconfig"
|
||||||
|
source "fs/btrfs/Kconfig"
|
||||||
config BTRFS_FS
|
|
||||||
tristate "Btrfs filesystem (EXPERIMENTAL) Unstable disk format"
|
|
||||||
depends on EXPERIMENTAL
|
|
||||||
select LIBCRC32C
|
|
||||||
select ZLIB_INFLATE
|
|
||||||
select ZLIB_DEFLATE
|
|
||||||
help
|
|
||||||
Btrfs is a new filesystem with extents, writable snapshotting,
|
|
||||||
support for multiple devices and many more features.
|
|
||||||
|
|
||||||
Btrfs is highly experimental, and THE DISK FORMAT IS NOT YET
|
|
||||||
FINALIZED. You should say N here unless you are interested in
|
|
||||||
testing Btrfs with non-critical data.
|
|
||||||
|
|
||||||
To compile this file system support as a module, choose M here. The
|
|
||||||
module will be called btrfs.
|
|
||||||
|
|
||||||
If unsure, say N.
|
|
||||||
|
|
||||||
endif # BLOCK
|
endif # BLOCK
|
||||||
|
|
||||||
|
18
fs/btrfs/Kconfig
Normal file
18
fs/btrfs/Kconfig
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
config BTRFS_FS
|
||||||
|
tristate "Btrfs filesystem (EXPERIMENTAL) Unstable disk format"
|
||||||
|
depends on EXPERIMENTAL
|
||||||
|
select LIBCRC32C
|
||||||
|
select ZLIB_INFLATE
|
||||||
|
select ZLIB_DEFLATE
|
||||||
|
help
|
||||||
|
Btrfs is a new filesystem with extents, writable snapshotting,
|
||||||
|
support for multiple devices and many more features.
|
||||||
|
|
||||||
|
Btrfs is highly experimental, and THE DISK FORMAT IS NOT YET
|
||||||
|
FINALIZED. You should say N here unless you are interested in
|
||||||
|
testing Btrfs with non-critical data.
|
||||||
|
|
||||||
|
To compile this file system support as a module, choose M here. The
|
||||||
|
module will be called btrfs.
|
||||||
|
|
||||||
|
If unsure, say N.
|
Loading…
x
Reference in New Issue
Block a user