From eece3947d357c1f12e09a3f0be233c791590940c Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Wed, 16 Apr 2003 00:09:53 -0700 Subject: Annotate sys_nfsservctl() with user pointer annotations --- include/linux/nfsd/syscall.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/linux') diff --git a/include/linux/nfsd/syscall.h b/include/linux/nfsd/syscall.h index d512171f5bf8..37b8901433d6 100644 --- a/include/linux/nfsd/syscall.h +++ b/include/linux/nfsd/syscall.h @@ -116,7 +116,7 @@ union nfsctl_res { /* * Kernel syscall implementation. */ -extern asmlinkage long sys_nfsservctl(int, struct nfsctl_arg *, void *); +extern asmlinkage long sys_nfsservctl(int, struct nfsctl_arg __user *, void __user *); extern int exp_addclient(struct nfsctl_client *ncp); extern int exp_delclient(struct nfsctl_client *ncp); extern int exp_export(struct nfsctl_export *nxp); -- cgit v1.2.3