Revert r274585: rte lock is properly destroyed in uma dtor callback.
Pointed by: glebius
This commit is contained in:
@@ -517,7 +517,6 @@ rtfree(struct rtentry *rt)
|
||||
/*
|
||||
* and the rtentry itself of course
|
||||
*/
|
||||
RT_LOCK_DESTROY(rt);
|
||||
uma_zfree(V_rtzone, rt);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user