CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/08/21 00:50:42
Modified files:
sys/net : if_aoe.c if_aoe.h
Log message:
an unchecked-for failure of workq_add_task could lead to an mbuf leak
steal a page from dlg@ and embed a workq_task struct directly in
the aoe_handler struct so that we won't fail when enqueueing a task
while here, create real debugging printfs vice commenting out regular ones,
and kill with fire the excessive number of includes
ok marco@ tedu@
