Loading net/ceph/osd_client.c +4 −1 Original line number Diff line number Diff line Loading @@ -5310,6 +5310,9 @@ static int invalidate_authorizer(struct ceph_connection *con) static void osd_reencode_message(struct ceph_msg *msg) { int type = le16_to_cpu(msg->hdr.type); if (type == CEPH_MSG_OSD_OP) encode_request_finish(msg); } Loading Loading
net/ceph/osd_client.c +4 −1 Original line number Diff line number Diff line Loading @@ -5310,6 +5310,9 @@ static int invalidate_authorizer(struct ceph_connection *con) static void osd_reencode_message(struct ceph_msg *msg) { int type = le16_to_cpu(msg->hdr.type); if (type == CEPH_MSG_OSD_OP) encode_request_finish(msg); } Loading