提交 89d35ab9 编写于 作者: Y Yu Kuai 提交者: Zheng Zengkai

eulerfs: add Kconfig and Makefile

hulk inclusion
category: feature
bugzilla: https://gitee.com/openeuler/kernel/issues/I40JRR
CVE: NA

--------------------------------------
Signed-off-by: NYu Kuai <yukuai3@huawei.com>
Reviewed-by: NHou Tao <houtao1@huawei.com>
Signed-off-by: NZheng Zengkai <zhengzengkai@huawei.com>
上级 0f1a2f8d
......@@ -354,6 +354,7 @@ source "fs/cifs/Kconfig"
source "fs/coda/Kconfig"
source "fs/afs/Kconfig"
source "fs/9p/Kconfig"
source "fs/eulerfs/Kconfig"
endif # NETWORK_FILESYSTEMS
......
......@@ -139,3 +139,4 @@ obj-$(CONFIG_RESCTRL) += resctrlfs.o
obj-$(CONFIG_EROFS_FS) += erofs/
obj-$(CONFIG_VBOXSF_FS) += vboxsf/
obj-$(CONFIG_ZONEFS_FS) += zonefs/
obj-$(CONFIG_EULER_FS) += eulerfs/
config EULER_FS
tristate "EulerFS: filesystem for non-volatile memories"
depends on ARM64 || X86_64
depends on FS_DAX
select CRC32
select LIBCRC32C
help
EulerFS is NVDIMM filesystem. It uses soft updates and
pointer-based dual views to delay synchronous cache flushes
and reduce latency significantly in critical path.
#
# Makefile for eulerfs
#
obj-$(CONFIG_EULER_FS) += eulerfs.o
eulerfs-y := dir.o file.o inode.o namei.o super.o symlink.o
eulerfs-y += dax.o dht.o dep.o nvalloc.o wear.o
eulerfs-y += kmem_cache.o
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册