On Wed, Apr 12, 2006 at 01:15:27PM -0700, Stephen Hemminger wrote:
> 
> If atm_init_atmarp has not been done, then to_atamarpd is a nop because
> atmarpd == NULL.

Good point.  But I don't see anything that will keep atmarpd from
closing the socket.  Previously the unregister_notifier calls served
as sort of a barrier which prevented the close from proceeding until
we're out of the event handlers.

Now that thw unregister_notifier calls have been moved we need some
other way of ensuring that.  Holding the RTNL should be enough.

Cheers,
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to