aufs5-kbuild.patch 662 B

12345678910111213141516171819202122232425
  1. SPDX-License-Identifier: GPL-2.0
  2. aufs5.1 kbuild patch
  3. diff --git a/fs/Kconfig b/fs/Kconfig
  4. index 3e6d3101f3ff..8b099435d01d 100644
  5. --- a/fs/Kconfig
  6. +++ b/fs/Kconfig
  7. @@ -261,6 +261,7 @@ source "fs/romfs/Kconfig"
  8. source "fs/pstore/Kconfig"
  9. source "fs/sysv/Kconfig"
  10. source "fs/ufs/Kconfig"
  11. +source "fs/aufs/Kconfig"
  12. endif # MISC_FILESYSTEMS
  13. diff --git a/fs/Makefile b/fs/Makefile
  14. index 427fec226fae..e5ec0a044931 100644
  15. --- a/fs/Makefile
  16. +++ b/fs/Makefile
  17. @@ -129,3 +129,4 @@ obj-$(CONFIG_F2FS_FS) += f2fs/
  18. obj-$(CONFIG_CEPH_FS) += ceph/
  19. obj-$(CONFIG_PSTORE) += pstore/
  20. obj-$(CONFIG_EFIVAR_FS) += efivarfs/
  21. +obj-$(CONFIG_AUFS_FS) += aufs/