mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-04 02:26:56 +07:00
Add Btrfs to fs/Kconfig and fs/Makefile
Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
parent
b4f6c45dfb
commit
60582d1e93
17
fs/Kconfig
17
fs/Kconfig
@ -497,6 +497,23 @@ config OCFS2_DEBUG_FS
|
|||||||
this option for debugging only as it is likely to decrease
|
this option for debugging only as it is likely to decrease
|
||||||
performance of the filesystem.
|
performance of the filesystem.
|
||||||
|
|
||||||
|
config BTRFS_FS
|
||||||
|
tristate "Btrfs filesystem (EXPERIMENTAL) Unstable disk format"
|
||||||
|
depends on EXPERIMENTAL
|
||||||
|
select LIBCRC32C
|
||||||
|
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
|
||||||
|
|
||||||
config DNOTIFY
|
config DNOTIFY
|
||||||
|
@ -121,4 +121,5 @@ obj-$(CONFIG_HOSTFS) += hostfs/
|
|||||||
obj-$(CONFIG_HPPFS) += hppfs/
|
obj-$(CONFIG_HPPFS) += hppfs/
|
||||||
obj-$(CONFIG_DEBUG_FS) += debugfs/
|
obj-$(CONFIG_DEBUG_FS) += debugfs/
|
||||||
obj-$(CONFIG_OCFS2_FS) += ocfs2/
|
obj-$(CONFIG_OCFS2_FS) += ocfs2/
|
||||||
|
obj-$(CONFIG_BTRFS_FS) += btrfs/
|
||||||
obj-$(CONFIG_GFS2_FS) += gfs2/
|
obj-$(CONFIG_GFS2_FS) += gfs2/
|
||||||
|
Loading…
Reference in New Issue
Block a user