summaryrefslogtreecommitdiff
path: root/net/sunrpc/sunrpc.h
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2020-05-22 12:01:32 +1000
committerJ. Bruce Fields <bfields@redhat.com>2020-05-28 18:15:00 -0400
commitf45db2b909c7e76f35850e78f017221f30282b8e (patch)
tree1e8f24aaed210b35aa4644f27047e4a83fbfc9d1 /net/sunrpc/sunrpc.h
parent6670ee2ef219ac9e1c836a277dda0c949ad8b1ff (diff)
sunrpc: check that domain table is empty at module unload.
The domain table should be empty at module unload. If it isn't there is a bug somewhere. So check and report. Link: https://bugzilla.kernel.org/show_bug.cgi?id=206651 Signed-off-by: NeilBrown <neilb@suse.de> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'net/sunrpc/sunrpc.h')
-rw-r--r--net/sunrpc/sunrpc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sunrpc/sunrpc.h b/net/sunrpc/sunrpc.h
index 47a756503d11..f6fe2e6cd65a 100644
--- a/net/sunrpc/sunrpc.h
+++ b/net/sunrpc/sunrpc.h
@@ -52,4 +52,5 @@ static inline int sock_is_loopback(struct sock *sk)
int rpc_clients_notifier_register(void);
void rpc_clients_notifier_unregister(void);
+void auth_domain_cleanup(void);
#endif /* _NET_SUNRPC_SUNRPC_H */