[sheepdog] [PATCH 2/3] sheep: improve cluster request debugging

Liu Yuan namei.unix at gmail.com
Fri Jul 13 14:02:14 CEST 2012


On 07/13/2012 05:52 PM, Christoph Hellwig wrote:
> ===================================================================
> --- sheepdog.orig/sheep/group.c	2012-07-13 11:34:11.339924363 +0200
> +++ sheepdog/sheep/group.c	2012-07-13 11:35:17.319923962 +0200
> @@ -287,6 +287,8 @@ static void cluster_op_done(struct work
>  
>  	cluster_op_running = false;
>  
> +	eprintf("%s (%p)\n", op_name(req->op), req);

eprintf -> dprintf. BTW, I think this patch can fold into previous one.

Thanks,
Yuan



More information about the sheepdog mailing list