James Bottomley wrote: > On Wed, 2005-12-07 at 15:56 -0600, Michael Reed wrote: >> During my testing of fc transport attributes for the mpt fusion >> driver, I came upon this OOPS. (Actually, I've come upon it >> too many times. :( ) >> >> Attached is a patch which addresses the issue. Please give it a look. > > Isn't a better patch simply to copy the eh_action and check it for null > before completing it? That will close the done after timeout race. > > James > > OK. Try this. (I did!) Mike