aufs6-kbuild.patch 674 B

12345678910111213141516171819202122232425
  1. SPDX-License-Identifier: GPL-2.0
  2. aufs6.6.63 kbuild patch
  3. diff --git a/fs/Kconfig b/fs/Kconfig
  4. index aa7e03cc1941..bf780967b6c4 100644
  5. --- a/fs/Kconfig
  6. +++ b/fs/Kconfig
  7. @@ -331,6 +331,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 f9541f40be4e..3a0e13ee39e7 100644
  15. --- a/fs/Makefile
  16. +++ b/fs/Makefile
  17. @@ -129,3 +129,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/