From owner-svn-src-head@FreeBSD.ORG Tue Apr 28 17:59:12 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 711F2E81; Tue, 28 Apr 2015 17:59:12 +0000 (UTC) Received: from mail-ob0-x22c.google.com (mail-ob0-x22c.google.com [IPv6:2607:f8b0:4003:c01::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 33D621047; Tue, 28 Apr 2015 17:59:12 +0000 (UTC) Received: by obfe9 with SMTP id e9so2196560obf.1; Tue, 28 Apr 2015 10:59:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=/SGUjNpeFMQwsMpshBVE40EtQZfZNG7EE5wkrGlmxjE=; b=QlEGaRPYa3Ur93Tk2kgpTKiW9RyHQXM6y9304+hos8OQvnH9RHHdCwhWA94gwC+cMq DokO9j30QCZhUzcGYpa9CwtxiQY80BTmb/g6YI90hI2DPbLVRNlKQ79pGXqxUWriF96i 99czfAP+0ovcWu3ohzTbaTQKDLF+4Auxnh/R7nbCk0+QxZP9BuP6K8iDyNEcJXYBAfBT gZWhdMw9+0YCpXlL3naj4YHrLBesRFEwokRyMPcdUWvxLs0pFWYn5KuRxx4Qy+STP9se k617SJ+U6yp9IzY35mUkloh+xqGmvaVXu+ckmk7tSszFQIkxQdLc8TOG4QYEYMtozidN +R5Q== X-Received: by 10.60.133.206 with SMTP id pe14mr15443205oeb.84.1430243951460; Tue, 28 Apr 2015 10:59:11 -0700 (PDT) Received: from [192.168.20.11] (c-98-247-240-204.hsd1.wa.comcast.net. [98.247.240.204]) by mx.google.com with ESMTPSA id a76sm13601054oig.11.2015.04.28.10.59.10 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 28 Apr 2015 10:59:10 -0700 (PDT) References: <201504281705.t3SH5u8B092228@svn.freebsd.org> Mime-Version: 1.0 (1.0) In-Reply-To: <201504281705.t3SH5u8B092228@svn.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: <83FEDDDF-069E-40A1-8AA3-68ABA5C0F5C6@gmail.com> Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" X-Mailer: iPhone Mail (12F70) From: Garrett Cooper Subject: Re: svn commit: r282155 - head/sys/netpfil/ipfw Date: Tue, 28 Apr 2015 10:59:09 -0700 To: "Alexander V. Chernikov" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 17:59:12 -0000 > On Apr 28, 2015, at 10:05, Alexander V. Chernikov w= rote: ... > + KASSERT(found + unresolved =3D=3D ci->object_opcodes, > + ("refcount incosistency: found: %d unr: %d total: %d", > + found, unresolved, ci->object_opcodes)); Typo (incosistency -> inconsistency)