X-Git-Url: https://git.stricted.de/?a=blobdiff_plain;f=fs%2Fnfsctl.c;h=8f9a20556f798931ee906c4e3a08660e55778f60;hb=25c38d3fb92fc23af7730a1601bc20af8216ae44;hp=b27451909dff0d17b2f148adad84f964214bac83;hpb=597b0d21626da4e6f09f132442caf0cc2b0eb47c;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git diff --git a/fs/nfsctl.c b/fs/nfsctl.c index b27451909dff..8f9a20556f79 100644 --- a/fs/nfsctl.c +++ b/fs/nfsctl.c @@ -86,8 +86,8 @@ static struct { }, }; -long -asmlinkage sys_nfsservctl(int cmd, struct nfsctl_arg __user *arg, void __user *res) +SYSCALL_DEFINE3(nfsservctl, int, cmd, struct nfsctl_arg __user *, arg, + void __user *, res) { struct file *file; void __user *p = &arg->u;