diff options
author | Christoph Hellwig <hch@lst.de> | 2020-09-17 09:41:59 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2020-09-17 19:00:46 +0200 |
commit | 80bdad3d7e3ec03f812471d9309f5f682e10f52b (patch) | |
tree | f518273794424eec8622b4e0b5d39d4089644aa4 /fs/quota/Kconfig | |
parent | compat: add a compat_need_64bit_alignment_fixup() helper (diff) | |
download | linux-80bdad3d7e3ec03f812471d9309f5f682e10f52b.tar.xz linux-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/Kconfig | 5 |
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 |