Skip to content

Commit f807747

Browse files
YueHaibingchucklever
authored andcommitted
sunrpc: Remove unused extern declarations
Since commit 49b2868 ("nfsd: Remove deprecated nfsctl system call and related code.") these declarations are unused, so can remove it. Signed-off-by: YueHaibing <[email protected]> Signed-off-by: Chuck Lever <[email protected]>
1 parent be2be5f commit f807747

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/linux/sunrpc/svcauth.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,8 @@ extern void svc_auth_unregister(rpc_authflavor_t flavor);
157157

158158
extern struct auth_domain *unix_domain_find(char *name);
159159
extern void auth_domain_put(struct auth_domain *item);
160-
extern int auth_unix_add_addr(struct net *net, struct in6_addr *addr, struct auth_domain *dom);
161160
extern struct auth_domain *auth_domain_lookup(char *name, struct auth_domain *new);
162161
extern struct auth_domain *auth_domain_find(char *name);
163-
extern struct auth_domain *auth_unix_lookup(struct net *net, struct in6_addr *addr);
164-
extern int auth_unix_forget_old(struct auth_domain *dom);
165162
extern void svcauth_unix_purge(struct net *net);
166163
extern void svcauth_unix_info_release(struct svc_xprt *xpt);
167164
extern int svcauth_unix_set_client(struct svc_rqst *rqstp);

0 commit comments

Comments
 (0)