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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=274589

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;
}