[ovs-dev] [PATCH 2/2] brcompat: Print warning when kernel times out waiting for userspace

Justin Pettit jpettit at nicira.com
Sat Mar 6 00:59:23 UTC 2010


On Mar 5, 2010, at 10:13 AM, Ben Pfaff wrote:

> On Wed, Mar 03, 2010 at 03:05:00PM -0800, Justin Pettit wrote:
>> ---
>> 	/* Wait for reply. */
>> 	error = -ETIMEDOUT;
>> -	if (!wait_for_completion_timeout(&brc_done, BRC_TIMEOUT))
>> +	if (!wait_for_completion_timeout(&brc_done, BRC_TIMEOUT)) {
>> +		printk(KERN_WARNING "brcompat: timed out waiting for userspace\n");
>> 		goto error;
>> +    }
> 
> Looks good, thank you.


Thanks, I pushed them both out.

--Justin






More information about the dev mailing list