From: Pete Zaitcev <zaitcev@redhat.com>
To: Jeff Garzik <jeff@garzik.org>
Cc: Project Hail List <hail-devel@vger.kernel.org>
Subject: [Patch 7/7] tabled: kill unused stor_get_enable
Date: Thu, 1 Apr 2010 19:51:54 -0600 [thread overview]
Message-ID: <20100401195154.07ffcd76@redhat.com> (raw)
server/storage.c | 9 ---------
1 file changed, 9 deletions(-)
Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>
---
commit 32b1a2e9d8c481dfbf31222464aa2b6ef937ec4f
Author: Pete Zaitcev <zaitcev@yahoo.com>
Date: Thu Apr 1 19:20:09 2010 -0600
Dead function.
diff --git a/server/storage.c b/server/storage.c
index 7dab625..1793fa0 100644
--- a/server/storage.c
+++ b/server/storage.c
@@ -348,15 +348,6 @@ ssize_t stor_get_buf(struct open_chunk *cep, void *data, size_t req_len)
return ret;
}
-void stor_get_enable(struct open_chunk *cep)
-{
- if (!cep->stc) { /* never happens */
- applog(LOG_ERR, "Unopened chunk in stor_get_enable");
- return;
- }
-
-}
-
int stor_obj_del(struct storage_node *stn, uint64_t key)
{
struct st_client *stc;
reply other threads:[~2010-04-02 1:51 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20100401195154.07ffcd76@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox