Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Feb 2012 11:07:42 -0500
From:      John Baldwin <jhb@freebsd.org>
To:        "Bjoern A. Zeeb" <bz@freebsd.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r231508 - head/sys/dev/oce
Message-ID:  <201202131107.42248.jhb@freebsd.org>
In-Reply-To: <201202110743.q1B7hXoq019215@svn.freebsd.org>
References:  <201202110743.q1B7hXoq019215@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



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