On 03/06/2018 10:53 AM, Dominik Brodowski wrote: > diff --git a/kernel/sys_ni.c b/kernel/sys_ni.c > index b5189762d275..44c65e4d2528 100644 > --- a/kernel/sys_ni.c > +++ b/kernel/sys_ni.c > @@ -17,245 +17,403 @@ asmlinkage long sys_ni_syscall(void) > return -ENOSYS; > } > > -cond_syscall(sys_quotactl); > -cond_syscall(sys32_quotactl); > -cond_syscall(sys_acct); > +/* > + * This list is kept in the same order as include/uapi/asm-generic/unistd.h. > + * Architecture specific entries go below, then follow deprecated or obsolote obsolete > + * system calls. > + */ > -- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-api" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html