aufs5-kbuild.patch 675 B

12345678910111213141516171819202122232425
  1. SPDX-License-Identifier: GPL-2.0
  2. aufs5.15.41 kbuild patch
  3. diff --git a/fs/Kconfig b/fs/Kconfig
  4. index a6313a969bc5..aca4b89d41a1 100644
  5. --- a/fs/Kconfig
  6. +++ b/fs/Kconfig
  7. @@ -312,6 +312,7 @@ source "fs/sysv/Kconfig"
  8. source "fs/ufs/Kconfig"
  9. source "fs/erofs/Kconfig"
  10. source "fs/vboxsf/Kconfig"
  11. +source "fs/aufs/Kconfig"
  12. endif # MISC_FILESYSTEMS
  13. diff --git a/fs/Makefile b/fs/Makefile
  14. index 84c5e4cdfee5..b4fcdad8412e 100644
  15. --- a/fs/Makefile
  16. +++ b/fs/Makefile
  17. @@ -138,3 +138,4 @@ obj-$(CONFIG_EFIVAR_FS) += efivarfs/
  18. obj-$(CONFIG_EROFS_FS) += erofs/
  19. obj-$(CONFIG_VBOXSF_FS) += vboxsf/
  20. obj-$(CONFIG_ZONEFS_FS) += zonefs/
  21. +obj-$(CONFIG_AUFS_FS) += aufs/