diff options
author | Christoph Hellwig | 2020-09-17 09:41:59 +0200 |
---|---|---|
committer | Al Viro | 2020-09-17 13:00:46 -0400 |
commit | 80bdad3d7e3ec03f812471d9309f5f682e10f52b (patch) | |
tree | f518273794424eec8622b4e0b5d39d4089644aa4 /fs/quota/Kconfig | |
parent | 527c412519eb63ed354790f4291c3728815d11a6 (diff) |
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 |