cvs commit: src/sys/kern uipc_mbuf.c
    Matthew Dillon 
    dillon at crater.dragonflybsd.org
       
    Wed Jun  8 09:31:34 PDT 2005
    
    
  
dillon      2005/06/08 09:30:47 PDT
DragonFly src repository
  Modified files:
    sys/kern             uipc_mbuf.c 
  Log:
  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.
  
  Revision  Changes    Path
  1.42      +2 -2      src/sys/kern/uipc_mbuf.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/uipc_mbuf.c.diff?r1=1.41&r2=1.42&f=u
    
    
More information about the Commits
mailing list