All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch 1/2] chunkd: corrent printed name
@ 2009-08-13  5:16 Pete Zaitcev
  2009-08-13  5:38 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Pete Zaitcev @ 2009-08-13  5:16 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: Project Hail List

Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>

diff --git a/server/cldu.c b/server/cldu.c
index da08d1b..fc746e4 100644
--- a/server/cldu.c
+++ b/server/cldu.c
@@ -422,7 +422,7 @@ static int cldu_lock_cb(struct cldc_call_opts *carg, enum cle_err_codes errc)
 	int rc;
 
 	if (errc != CLE_OK) {
-		applog(LOG_ERR, "CLD lock(%s) failed: %d", sp->cfname, errc);
+		applog(LOG_ERR, "CLD lock(%s) failed: %d", sp->ffname, errc);
 		return 0;
 	}
 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Patch 1/2] chunkd: corrent printed name
  2009-08-13  5:16 [Patch 1/2] chunkd: corrent printed name Pete Zaitcev
@ 2009-08-13  5:38 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2009-08-13  5:38 UTC (permalink / raw)
  To: Pete Zaitcev; +Cc: Project Hail List

Pete Zaitcev wrote:
> Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>
> 
> diff --git a/server/cldu.c b/server/cldu.c
> index da08d1b..fc746e4 100644
> --- a/server/cldu.c
> +++ b/server/cldu.c
> @@ -422,7 +422,7 @@ static int cldu_lock_cb(struct cldc_call_opts *carg, enum cle_err_codes errc)
>  	int rc;
>  
>  	if (errc != CLE_OK) {
> -		applog(LOG_ERR, "CLD lock(%s) failed: %d", sp->cfname, errc);
> +		applog(LOG_ERR, "CLD lock(%s) failed: %d", sp->ffname, errc);
>  		return 0;
>  	}

applied 1-2



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-08-13  5:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-13  5:16 [Patch 1/2] chunkd: corrent printed name Pete Zaitcev
2009-08-13  5:38 ` Jeff Garzik

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.