]> git.hungrycats.org Git - linux/commitdiff
[PATCH] crapectomy in include/linux/nfsd/syscall.h
authorAlexander Viro <viro@math.psu.edu>
Thu, 11 Apr 2002 03:29:07 +0000 (20:29 -0700)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Thu, 11 Apr 2002 03:29:07 +0000 (20:29 -0700)
Removes an atavism in declaration of sys_nfsservctl() - sorry, I should've
remove that junk when cond_syscall() thing was done.

include/linux/nfsd/syscall.h

index b68a0d63f9017b3c0c2a2a35cc69a2529116a28f..82584f980b5a1d3525bc3f1c958954c1a3bd11de 100644 (file)
@@ -132,11 +132,7 @@ union nfsctl_res {
 /*
  * Kernel syscall implementation.
  */
-#if defined(CONFIG_NFSD) || defined(CONFIG_NFSD_MODULE)
 extern asmlinkage long sys_nfsservctl(int, struct nfsctl_arg *, void *);
-#else
-#define sys_nfsservctl         sys_ni_syscall
-#endif
 extern int             exp_addclient(struct nfsctl_client *ncp);
 extern int             exp_delclient(struct nfsctl_client *ncp);
 extern int             exp_export(struct nfsctl_export *nxp);