Reorder code in m_chtype() to properly decrement the mbtype stats. Before
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 8 Jun 2005 16:30:47 +0000 (16:30 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 8 Jun 2005 16:30:47 +0000 (16:30 +0000)
commit87b85c14a6e34dc6642b23e43f8650c095ded8ed
treeb8c782a6bd6adb985ea98451e37fab397042ce64
parent8d77660eed1c176d1571876b70a12352abd3e7d7
Reorder code in m_chtype() to properly decrement the mbtype stats.  Before
it was assigning the new type before (attempting to) decrement the old, and
decrementing the new instead.
sys/kern/uipc_mbuf.c