erofs: move from drivers/staging/ to fs/

Since 5.4, erofs has been moved into fs/.

Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Change-Id: I95dd967a0097629a9d8eaed1dc11e2cd04f47701
Signed-off-by: Cyber Knight <cyberknight755@gmail.com>
Signed-off-by: Ruchit <ruchitmarathe@gmail.com>
fourteen
Gao Xiang 3 years ago committed by Jenna
parent 4bc5b4ae2e
commit a93b3a142a
  1. 2
      drivers/staging/Kconfig
  2. 1
      drivers/staging/Makefile
  3. 1
      fs/Kconfig
  4. 1
      fs/Makefile
  5. 0
      fs/erofs/Kconfig
  6. 0
      fs/erofs/Makefile
  7. 0
      fs/erofs/TODO
  8. 0
      fs/erofs/compress.h
  9. 0
      fs/erofs/data.c
  10. 0
      fs/erofs/decompressor.c
  11. 0
      fs/erofs/dir.c
  12. 0
      fs/erofs/erofs_fs.h
  13. 0
      fs/erofs/inode.c
  14. 0
      fs/erofs/internal.h
  15. 0
      fs/erofs/namei.c
  16. 0
      fs/erofs/super.c
  17. 0
      fs/erofs/tagptr.h
  18. 0
      fs/erofs/utils.c
  19. 0
      fs/erofs/xattr.c
  20. 0
      fs/erofs/xattr.h
  21. 0
      fs/erofs/zdata.c
  22. 0
      fs/erofs/zdata.h
  23. 0
      fs/erofs/zmap.c
  24. 0
      fs/erofs/zpvec.h

@ -122,6 +122,4 @@ source "drivers/staging/pi433/Kconfig"
source "drivers/staging/sti/Kconfig" source "drivers/staging/sti/Kconfig"
source "drivers/staging/erofs/Kconfig"
endif # STAGING endif # STAGING

@ -52,4 +52,3 @@ obj-$(CONFIG_CRYPTO_DEV_CCREE) += ccree/
obj-$(CONFIG_DRM_VBOXVIDEO) += vboxvideo/ obj-$(CONFIG_DRM_VBOXVIDEO) += vboxvideo/
obj-$(CONFIG_PI433) += pi433/ obj-$(CONFIG_PI433) += pi433/
obj-$(CONFIG_SEC_STI) += sti/ obj-$(CONFIG_SEC_STI) += sti/
obj-$(CONFIG_EROFS_FS) += erofs/

@ -257,6 +257,7 @@ source "fs/pstore/Kconfig"
source "fs/sysv/Kconfig" source "fs/sysv/Kconfig"
source "fs/ufs/Kconfig" source "fs/ufs/Kconfig"
source "fs/exofs/Kconfig" source "fs/exofs/Kconfig"
source "fs/erofs/Kconfig"
endif # MISC_FILESYSTEMS endif # MISC_FILESYSTEMS

@ -135,3 +135,4 @@ obj-y += exofs/ # Multiple modules
obj-$(CONFIG_CEPH_FS) += ceph/ obj-$(CONFIG_CEPH_FS) += ceph/
obj-$(CONFIG_PSTORE) += pstore/ obj-$(CONFIG_PSTORE) += pstore/
obj-$(CONFIG_EFIVAR_FS) += efivarfs/ obj-$(CONFIG_EFIVAR_FS) += efivarfs/
obj-$(CONFIG_EROFS_FS) += erofs/

Loading…
Cancel
Save