[ofa-general] Re: wait_for_completion_timeout() spurious failure under heavy load?

Roland Dreier rdreier at cisco.com
Fri Jun 20 07:33:02 PDT 2008


 > but like in the commit below. Agreed?

 > +
 > +			/*
 > +			 * If the completion has arrived meanwhile
 > +			 * then return 1 jiffy time left:
 > +			 */
 > +			if (x->done && !timeout) {
 > +				timeout = 1;
 > +				break;
 > +			}
 > +

Sure, that looks nice to me.

 - R.



More information about the general mailing list