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

Ben Pfaff blp at nicira.com
Fri Mar 5 18:13:16 UTC 2010


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.




More information about the dev mailing list