提交 b07720d0 编写于 作者: I Ilya Dryomov

libceph: fix ENTITY_NAME format suggestion

Signed-off-by: NIlya Dryomov <idryomov@gmail.com>
上级 5a5036c8
......@@ -54,7 +54,7 @@ struct ceph_connection_operations {
int (*check_message_signature) (struct ceph_msg *msg);
};
/* use format string %s%d */
/* use format string %s%lld */
#define ENTITY_NAME(n) ceph_entity_type_name((n).type), le64_to_cpu((n).num)
struct ceph_messenger {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册