move_pages: just use calloc
[trinity.git] / syscalls / nfsservctl.c
blob6c0306658b91748a9d4a35966823f7feedc80708
1 /*
2 * SYSCALL_DEFINE3(nfsservctl, int, cmd, struct nfsctl_arg __user *, arg, void __user *, res
3 */
4 #include "sanitise.h"
6 struct syscallentry syscall_nfsservctl = {
7 .name = "nfsservctl",
8 .num_args = 3,
9 .arg1name = "cmd",
10 .arg2name = "arg",
11 .arg2type = ARG_ADDRESS,
12 .arg3name = "res",
13 .arg3type = ARG_ADDRESS,