All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch 5/7] tabled: add commented ->verbose
@ 2009-08-13  5:28 Pete Zaitcev
  0 siblings, 0 replies; only message in thread
From: Pete Zaitcev @ 2009-08-13  5:28 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: Project Hail List

Add the place where to set ->verbose safely like we have in tests of CLD.

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

diff --git a/server/storage.c b/server/storage.c
index 8a621b5..23765b0 100644
--- a/server/storage.c
+++ b/server/storage.c
@@ -72,6 +72,8 @@ int stor_open(struct open_chunk *cep, struct storage_node *stn)
 	cep->node = stn;
 	stn->nchu++;
 
+	/* cep->stc->verbose = 1; */
+
 	return 0;
 }
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-08-13  5:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-13  5:28 [Patch 5/7] tabled: add commented ->verbose Pete Zaitcev

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.