diff options
author | Christoph Hellwig <hch@lst.de> | 2020-09-17 10:41:59 +0300 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2020-09-17 20:00:46 +0300 |
commit | 80bdad3d7e3ec03f812471d9309f5f682e10f52b (patch) | |
tree | f518273794424eec8622b4e0b5d39d4089644aa4 /include/linux/quotaops.h | |
parent | 527c412519eb63ed354790f4291c3728815d11a6 (diff) | |
download | linux-80bdad3d7e3ec03f812471d9309f5f682e10f52b.tar.xz |
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 'include/linux/quotaops.h')
-rw-r--r-- | include/linux/quotaops.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/quotaops.h b/include/linux/quotaops.h index 9cf0cd3dc88c..a0f6668924d3 100644 --- a/include/linux/quotaops.h +++ b/include/linux/quotaops.h @@ -27,9 +27,6 @@ static inline bool is_quota_modification(struct inode *inode, struct iattr *ia) (ia->ia_valid & ATTR_GID && !gid_eq(ia->ia_gid, inode->i_gid)); } -int kernel_quotactl(unsigned int cmd, const char __user *special, - qid_t id, void __user *addr); - #if defined(CONFIG_QUOTA) #define quota_error(sb, fmt, args...) \ |