diff options
| author | Linus Torvalds <torvalds@penguin.transmeta.com> | 2003-04-16 00:09:53 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@penguin.transmeta.com> | 2003-04-16 00:09:53 -0700 |
| commit | eece3947d357c1f12e09a3f0be233c791590940c (patch) | |
| tree | f1d97fda0800028abfa7bbccc06dba5acf932514 /include/linux | |
| parent | 1c5d9bc346d741c6ce477798384b3080923819c2 (diff) | |
Annotate sys_nfsservctl() with user pointer annotations
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/nfsd/syscall.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
