OpenSolaris

Printable Version Enter a New Search
Bug ID 6753688
Synopsis ip netinfo has no need for separate create and dispatch functions
State 10-Fix Delivered (Fix available in build)
Category:Subcategory kernel:netinfo
Keywords clearview | rtiq_reviewed
Responsible Engineer Phil Kirk
Reported Against snv_100
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_103
Fixed In snv_103
Release Fixed solaris_nevada(snv_103)
Related Bugs 6777458
Submit Date 29-September-2008
Last Update Date 27-November-2009
Description
IP currently creates a NIC event and attaches it to an ill_t using ill_hook_event_create().  At a later time, ill_nic_info_dispatch() is called to spawn a taskq that dispatches this event.

There is no need for these two separate functions.  The taskq could be spawned in what is now ill_hook_event_create() to reduce code complexity.
Work Around
N/A
Comments
N/A