cvs commit: src/sys/kern uipc_mbuf.c src/sys/sys mbuf.h

Bosko Milekic bmilekic at FreeBSD.org
Wed Jul 21 14:03:02 PDT 2004


bmilekic    2004-07-21 21:03:01 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             uipc_mbuf.c 
    sys/sys              mbuf.h 
  Log:
  Back out just a portion of Alfred's last commit.  Remove the MBUF_CHECK
  (WITNESS) for code paths that always call uma_zalloc_arg() shortly
  after where the check was, because uma_zalloc_arg() already does
  a similar check.
  
  No objections from Alfred.  Thanks Alfred.
  
  Revision  Changes    Path
  1.135     +0 -2      src/sys/kern/uipc_mbuf.c
  1.155     +0 -5      src/sys/sys/mbuf.h


More information about the cvs-src mailing list