On Tue, Mar 22, 2011 at 6:39 PM, Joe Talbott (via DragonFly issue
tracker) <[email protected]> wrote:
>
> Joe Talbott <[email protected]> added the comment:
>
> I'm working on a solution to this.  Iwn_ioctl() is serialized when called from
> parent_updown_task() but not from other entry points.  I'm thinking I should
> just remove the serialization from parent_updown_task(), but I'll need to do a
> bit of research first.

No, all ifnet.if_xxx function pointers should be serialized by the
callers.  You could take a look at any wired driver for example.
Actually we do not use the xxx_locked() style functions.

Best Regards,
sephe

-- 
Tomorrow Will Never Die

Reply via email to