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] cld: Drop comment about struct layout
Date: Sat, 8 Aug 2009 00:27:35 -0600 [thread overview]
Message-ID: <20090808002735.1b6ff7ee@redhat.com> (raw)
We do not rely on precise placement of fields in unrelated structs anymore.
Signed-Off-By: Pete Zaitcev <zaitcev@redhat.com>
diff --git a/include/cld_msg.h b/include/cld_msg.h
index 124acbb..89ab066 100644
--- a/include/cld_msg.h
+++ b/include/cld_msg.h
@@ -188,10 +188,6 @@ struct cld_msg_get {
struct cld_msg_get_resp {
struct cld_msg_resp resp;
- /* should mirror struct raw_inode, except that inum's type
- * should always be uint64_t, regardless of server's
- * cldino_t definition
- */
uint64_t inum; /**< unique inode number */
uint32_t ino_len; /**< inode name len */
uint32_t size; /**< data size */
next reply other threads:[~2009-08-08 6:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-08 6:27 Pete Zaitcev [this message]
2009-08-08 6:40 ` [Patch 1/4] cld: Drop comment about struct layout 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=20090808002735.1b6ff7ee@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.