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>
This commit is contained in:

committed by
Al Viro

parent
527c412519
commit
80bdad3d7e
@@ -369,7 +369,6 @@ COND_SYSCALL_COMPAT(fanotify_mark);
|
||||
/* x86 */
|
||||
COND_SYSCALL(vm86old);
|
||||
COND_SYSCALL(modify_ldt);
|
||||
COND_SYSCALL_COMPAT(quotactl32);
|
||||
COND_SYSCALL(vm86);
|
||||
COND_SYSCALL(kexec_file_load);
|
||||
|
||||
|
Reference in New Issue
Block a user