diff options
author | NeilBrown <neilb@suse.de> | 2020-05-22 05:01:32 +0300 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2020-05-29 01:15:00 +0300 |
commit | f45db2b909c7e76f35850e78f017221f30282b8e (patch) | |
tree | 1e8f24aaed210b35aa4644f27047e4a83fbfc9d1 /net/sunrpc/sunrpc.h | |
parent | 6670ee2ef219ac9e1c836a277dda0c949ad8b1ff (diff) | |
download | linux-f45db2b909c7e76f35850e78f017221f30282b8e.tar.xz |
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.h | 1 |
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 */ |