All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch 1/4] chunkd: drop unused defines
@ 2009-12-26  6:34 Pete Zaitcev
  2009-12-26  7:33 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Pete Zaitcev @ 2009-12-26  6:34 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: Project Hail List

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

---
 server/be-fs.c  |    2 --
 server/chunkd.h |    2 --
 2 files changed, 4 deletions(-)

commit 039dba4ecca0f7edb049f6397d98c139da6bef4d
Author: Master <zaitcev@lembas.zaitcev.lan>
Date:   Fri Dec 25 21:56:07 2009 -0700

    Unused defines, drop.

diff --git a/server/be-fs.c b/server/be-fs.c
index 17cf29e..908d41e 100644
--- a/server/be-fs.c
+++ b/server/be-fs.c
@@ -39,8 +39,6 @@
 #include <tchdb.h>
 #include "chunkd.h"
 
-#define BE_NAME		"fs"
-
 #define MDB_TABLE_ID	"__chunkd_table_id"
 #define MDB_TPATH_FMT	"%s/%X"
 
diff --git a/server/chunkd.h b/server/chunkd.h
index d9974be..a18a6d4 100644
--- a/server/chunkd.h
+++ b/server/chunkd.h
@@ -33,8 +33,6 @@
 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))
 #endif
 
-#define ADDRSIZE	24	/* Enough for IPv6, including port. */
-
 enum {
 	STORAGED_PGSZ_INODE	= 1024,
 	STORAGED_PGSZ_SESSION	= 512,

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

* Re: [Patch 1/4] chunkd: drop unused defines
  2009-12-26  6:34 [Patch 1/4] chunkd: drop unused defines Pete Zaitcev
@ 2009-12-26  7:33 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2009-12-26  7:33 UTC (permalink / raw)
  To: Pete Zaitcev; +Cc: Project Hail List

On 12/26/2009 01:34 AM, Pete Zaitcev wrote:
> Signed-off-by: Pete Zaitcev<zaitcev@redhat.com>
>
> ---
>   server/be-fs.c  |    2 --
>   server/chunkd.h |    2 --
>   2 files changed, 4 deletions(-)
>
> commit 039dba4ecca0f7edb049f6397d98c139da6bef4d
> Author: Master<zaitcev@lembas.zaitcev.lan>
> Date:   Fri Dec 25 21:56:07 2009 -0700
>
>      Unused defines, drop.

applied 1-2


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

end of thread, other threads:[~2009-12-26  7:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-26  6:34 [Patch 1/4] chunkd: drop unused defines Pete Zaitcev
2009-12-26  7:33 ` 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.