]> git.baikalelectronics.ru Git - kernel.git/commit
quota: simplify the quotactl compat handling
authorChristoph Hellwig <hch@lst.de>
Thu, 17 Sep 2020 07:41:59 +0000 (09:41 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 17 Sep 2020 17:00:46 +0000 (13:00 -0400)
commitdbbd1f6855a8d5f2c2d48cc30ff84264ee737ece
treef518273794424eec8622b4e0b5d39d4089644aa4
parent917fc9f8bf08a03e35df1cd3e4a57c18d0feedce
quota: simplify the quotactl compat handling

Fold the misaligned u64 workarounds into the main quotactl flow instead
of implementing a separate compat syscall handler.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Jan Kara <jack@suse.cz>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/x86/entry/syscalls/syscall_32.tbl
fs/quota/Kconfig
fs/quota/Makefile
fs/quota/compat.c [deleted file]
fs/quota/compat.h [new file with mode: 0644]
fs/quota/quota.c
include/linux/quotaops.h
kernel/sys_ni.c