[git pull] vfs.git quota compat series

From: Al Viro
Date: Sun Oct 11 2020 - 23:19:58 EST


More Christoph's compat cleanups: quotactl(2).

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.quota-compat

for you to fetch changes up to 80bdad3d7e3ec03f812471d9309f5f682e10f52b:

quota: simplify the quotactl compat handling (2020-09-17 13:00:46 -0400)

----------------------------------------------------------------
Christoph Hellwig (3):
compat: lift compat_s64 and compat_u64 to <asm-generic/compat.h>
compat: add a compat_need_64bit_alignment_fixup() helper
quota: simplify the quotactl compat handling

arch/arm64/include/asm/compat.h | 2 -
arch/mips/include/asm/compat.h | 2 -
arch/parisc/include/asm/compat.h | 2 -
arch/powerpc/include/asm/compat.h | 2 -
arch/s390/include/asm/compat.h | 2 -
arch/sparc/include/asm/compat.h | 3 +-
arch/x86/entry/syscalls/syscall_32.tbl | 2 +-
arch/x86/include/asm/compat.h | 3 +-
fs/quota/Kconfig | 5 --
fs/quota/Makefile | 1 -
fs/quota/compat.c | 120 ---------------------------------
fs/quota/compat.h | 34 ++++++++++
fs/quota/quota.c | 73 ++++++++++++++++----
include/asm-generic/compat.h | 8 +++
include/linux/compat.h | 9 +++
include/linux/quotaops.h | 3 -
kernel/sys_ni.c | 1 -
17 files changed, 113 insertions(+), 159 deletions(-)
delete mode 100644 fs/quota/compat.c
create mode 100644 fs/quota/compat.h