From owner-cvs-src@FreeBSD.ORG Wed Apr 4 04:08:57 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E29E716A406; Wed, 4 Apr 2007 04:08:57 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BB1BF13C45E; Wed, 4 Apr 2007 04:08:57 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3448vbS015396; Wed, 4 Apr 2007 04:08:57 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3448vbr015395; Wed, 4 Apr 2007 04:08:57 GMT (envelope-from kmacy) Message-Id: <200704040408.l3448vbr015395@repoman.freebsd.org> From: Kip Macy Date: Wed, 4 Apr 2007 04:08:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys mbuf.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Apr 2007 04:08:58 -0000 kmacy 2007-04-04 04:08:57 UTC FreeBSD src repository Modified files: sys/sys mbuf.h Log: m_extadd does not appear to do the right thing for the case of clusters allocated from UMA - add m_cljset to correspond to m_cljget MFC after: 3 days Revision Changes Path 1.206 +39 -0 src/sys/sys/mbuf.h