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>
This commit is contained in:

committed by
J. Bruce Fields

parent
6670ee2ef2
commit
f45db2b909
@@ -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 */
|
||||
|
Reference in New Issue
Block a user