All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pete Zaitcev <zaitcev@redhat.com>
To: Jeff Garzik <jeff@garzik.org>
Cc: Project Hail List <hail-devel@vger.kernel.org>
Subject: [Patch 1/4] chunkd: drop unused defines
Date: Fri, 25 Dec 2009 23:34:39 -0700	[thread overview]
Message-ID: <20091225233439.43ee1f2b@redhat.com> (raw)

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,

             reply	other threads:[~2009-12-26  6:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-26  6:34 Pete Zaitcev [this message]
2009-12-26  7:33 ` [Patch 1/4] chunkd: drop unused defines Jeff Garzik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20091225233439.43ee1f2b@redhat.com \
    --to=zaitcev@redhat.com \
    --cc=hail-devel@vger.kernel.org \
    --cc=jeff@garzik.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.