aboutsummaryrefslogtreecommitdiffstats
path: root/fs/quota/Kconfig
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2020-09-17 09:41:59 +0200
committerAl Viro <viro@zeniv.linux.org.uk>2020-09-17 13:00:46 -0400
commit80bdad3d7e3ec03f812471d9309f5f682e10f52b (patch)
treef518273794424eec8622b4e0b5d39d4089644aa4 /fs/quota/Kconfig
parentcompat: add a compat_need_64bit_alignment_fixup() helper (diff)
downloadlinux-dev-80bdad3d7e3ec03f812471d9309f5f682e10f52b.tar.xz
linux-dev-80bdad3d7e3ec03f812471d9309f5f682e10f52b.zip
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>
Diffstat (limited to 'fs/quota/Kconfig')
-rw-r--r--fs/quota/Kconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/quota/Kconfig b/fs/quota/Kconfig
index d1ceb76adb71..b59cd172b5f9 100644
--- a/fs/quota/Kconfig
+++ b/fs/quota/Kconfig
@@ -70,8 +70,3 @@ config QFMT_V2
config QUOTACTL
bool
default n
-
-config QUOTACTL_COMPAT
- bool
- depends on QUOTACTL && COMPAT_FOR_U64_ALIGNMENT
- default y