We do not rely on precise placement of fields in unrelated structs anymore.

Signed-Off-By: Pete Zaitcev <zait...@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 */
--
To unsubscribe from this list: send the line "unsubscribe hail-devel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to