mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
ppp: Destroy the mutex when cleanup
[ Upstream commit f02b2320b2 ]
The mutex_destroy only makes sense when enable DEBUG_MUTEX. For the
good readbility, it's better to invoke it in exit func when the init
func invokes mutex_init.
Signed-off-by: Gao Feng <gfree.wind@vip.163.com>
Acked-by: Guillaume Nault <g.nault@alphalink.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
3d213c4c0a
commit
f7ee900a4f
@@ -959,6 +959,7 @@ static __net_exit void ppp_exit_net(struct net *net)
|
||||
unregister_netdevice_many(&list);
|
||||
rtnl_unlock();
|
||||
|
||||
mutex_destroy(&pn->all_ppp_mutex);
|
||||
idr_destroy(&pn->units_idr);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user