Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e6ac4b0a authored by Gao Xiang's avatar Gao Xiang Committed by Gao Xiang
Browse files

erofs: move from drivers/staging/ to fs/



Since 5.4, erofs has been moved into fs/.

Signed-off-by: default avatarGao Xiang <hsiangkao@linux.alibaba.com>
parent 4cbdeb62
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -122,6 +122,4 @@ source "drivers/staging/gasket/Kconfig"

source "drivers/staging/axis-fifo/Kconfig"

source "drivers/staging/erofs/Kconfig"

endif # STAGING
+0 −1
Original line number Diff line number Diff line
@@ -51,4 +51,3 @@ obj-$(CONFIG_SOC_MT7621) += mt7621-eth/
obj-$(CONFIG_SOC_MT7621)	+= mt7621-dts/
obj-$(CONFIG_STAGING_GASKET_FRAMEWORK)	+= gasket/
obj-$(CONFIG_XIL_AXIS_FIFO)	+= axis-fifo/
obj-$(CONFIG_EROFS_FS)		+= erofs/
+1 −0
Original line number Diff line number Diff line
@@ -255,6 +255,7 @@ source "fs/pstore/Kconfig"
source "fs/sysv/Kconfig"
source "fs/ufs/Kconfig"
source "fs/exofs/Kconfig"
source "fs/erofs/Kconfig"

endif # MISC_FILESYSTEMS

+1 −0
Original line number Diff line number Diff line
@@ -128,3 +128,4 @@ obj-y += exofs/ # Multiple modules
obj-$(CONFIG_CEPH_FS)		+= ceph/
obj-$(CONFIG_PSTORE)		+= pstore/
obj-$(CONFIG_EFIVAR_FS)		+= efivarfs/
obj-$(CONFIG_EROFS_FS)		+= erofs/
+0 −0

File moved.

Loading