Revert r274585: rte lock is properly destroyed in uma dtor callback.

Pointed by:	glebius
This commit is contained in:
Alexander V. Chernikov
2014-11-16 18:15:23 +00:00
parent 86e10a0c6a
commit ac2cf5d37e
-1
View File
@@ -517,7 +517,6 @@ rtfree(struct rtentry *rt)
/*
* and the rtentry itself of course
*/
RT_LOCK_DESTROY(rt);
uma_zfree(V_rtzone, rt);
return;
}