Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Mar 2006 21:31:20 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern uipc_mbuf.c
Message-ID:  <200603072131.k27LVK3P034980@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2006-03-07 21:31:20 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             uipc_mbuf.c 
  Log:
  For consistency sake, use >= MINCLSIZE rather than > MINCLSIZE to determine
  whether or not to allocate a full mbuf cluster rather than just a plain
  mbuf when adding on additional mbufs in m_getm().  In practice, there wasn't
  any resulting mem trashing since m_getm() doesn't ever allocate an mbuf with
  a packet header, and MINCLSIZE is the available payload in an mbuf with a
  header rather than the available payload in a plain mbuf.
  
  Discussed with:         andre (lightly)
  
  Revision  Changes    Path
  1.163     +1 -1      src/sys/kern/uipc_mbuf.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603072131.k27LVK3P034980>