summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNeil Brown <neilb@cse.unsw.edu.au>2002-10-11 05:39:35 -0700
committerLinus Torvalds <torvalds@home.transmeta.com>2002-10-11 05:39:35 -0700
commit98b86145c234ffbf72b8c64839aa1563e4e2c09d (patch)
treef58e46be7e48a191ed227f57b4bf3604f4d1c334 /include
parent00ef0ed798300f080b767bddea0ef143e5aa9419 (diff)
[PATCH] kNFSd: exp_getclient, now just a small wrapper, goes in favour of auth_unix_lookup
Diffstat (limited to 'include')
-rw-r--r--include/linux/nfsd/export.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/nfsd/export.h b/include/linux/nfsd/export.h
index 74b8e1d86d76..9c2802c121c4 100644
--- a/include/linux/nfsd/export.h
+++ b/include/linux/nfsd/export.h
@@ -85,7 +85,6 @@ void nfsd_export_init(void);
void nfsd_export_shutdown(void);
void exp_readlock(void);
void exp_readunlock(void);
-struct auth_domain * exp_getclient(struct sockaddr_in *sin);
struct svc_expkey * exp_find_key(struct auth_domain *clp,
int fsid_type, u32 *fsidv);
struct svc_export * exp_get_by_name(struct auth_domain *clp,