svn commit: r231508 - head/sys/dev/oce

John Baldwin jhb at freebsd.org
Mon Feb 13 16:26:40 UTC 2012


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


More information about the svn-src-head mailing list