From owner-svn-src-all@FreeBSD.ORG Mon Feb 13 16:26:40 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D71CC1065670; Mon, 13 Feb 2012 16:26:40 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id AEAA98FC18; Mon, 13 Feb 2012 16:26:40 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) by cyrus.watson.org (Postfix) with ESMTPSA id D1B0B46B46; Mon, 13 Feb 2012 11:26:39 -0500 (EST) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 53E4FB925; Mon, 13 Feb 2012 11:26:39 -0500 (EST) From: John Baldwin To: "Bjoern A. Zeeb" Date: Mon, 13 Feb 2012 11:07:42 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p10; KDE/4.5.5; amd64; ; ) References: <201202110743.q1B7hXoq019215@svn.freebsd.org> In-Reply-To: <201202110743.q1B7hXoq019215@svn.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201202131107.42248.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 13 Feb 2012 11:26:39 -0500 (EST) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r231508 - head/sys/dev/oce X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 16:26:40 -0000 On Saturday, February 11, 2012 2:43:33 am Bjoern A. Zeeb wrote: > Author: bz > Date: Sat Feb 11 07:43:33 2012 > New Revision: 231508 > URL: http://svn.freebsd.org/changeset/base/231508 > > Log: > Make use of the read-only variant of the IF_ADDR_*LOCK() macros introduced > in r229614 rather than the compat one. Drivers should use the 'if_*addr_*lock()' functions, not the macros directly anyway. In this case it should likely be if_maddr_rlock() and if_maddr_runlock(). -- John Baldwin