]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: remove CONFIG_XFS_QUOTA xfs-config-options
authorChristoph Hellwig <hch@lst.de>
Thu, 19 Sep 2024 06:13:21 +0000 (08:13 +0200)
committerChristoph Hellwig <hch@lst.de>
Fri, 20 Sep 2024 15:29:08 +0000 (17:29 +0200)
commit8459c304c220d126dec7c903bb279497d684bcdf
treec3974d95ebb931cc0cc67809e419928fd66521fa
parentba00e6fbabe991d10d1664783697d15e3d5edfcd
xfs: remove CONFIG_XFS_QUOTA

CONFIG_XFS_QUOTA guards support for quota accounting in XFS, and
thus requires a lot of stubs and ifdefs to support builds without
it.  Unconditionally enable quota support to simplify maintenance.
This increases the size of xfs.ko by about 1MB compared to builds
without quota support.

Signed-off-by: Christoph Hellwig <hch@lst.de>
35 files changed:
arch/loongarch/configs/loongson3_defconfig
arch/mips/configs/ip22_defconfig
arch/mips/configs/ip27_defconfig
arch/mips/configs/ip30_defconfig
arch/mips/configs/jazz_defconfig
arch/mips/configs/lemote2f_defconfig
arch/mips/configs/loongson2k_defconfig
arch/mips/configs/malta_defconfig
arch/mips/configs/malta_kvm_defconfig
arch/mips/configs/malta_qemu_32r6_defconfig
arch/mips/configs/maltaaprp_defconfig
arch/mips/configs/maltasmvp_defconfig
arch/mips/configs/maltasmvp_eva_defconfig
arch/mips/configs/maltaup_defconfig
arch/mips/configs/maltaup_xpa_defconfig
arch/mips/configs/rm200_defconfig
arch/powerpc/configs/ppc6xx_defconfig
arch/s390/configs/debug_defconfig
arch/s390/configs/defconfig
fs/xfs/Kconfig
fs/xfs/Makefile
fs/xfs/libxfs/xfs_exchmaps.c
fs/xfs/scrub/common.c
fs/xfs/scrub/common.h
fs/xfs/scrub/repair.c
fs/xfs/scrub/repair.h
fs/xfs/scrub/scrub.h
fs/xfs/scrub/trace.h
fs/xfs/xfs_buf_item.h
fs/xfs/xfs_buf_item_recover.c
fs/xfs/xfs_mount.h
fs/xfs/xfs_quota.h
fs/xfs/xfs_stats.c
fs/xfs/xfs_super.c
fs/xfs/xfs_super.h