We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 435a120 commit af9ceaeCopy full SHA for af9ceae
fs/ceph/metric.c
@@ -160,8 +160,6 @@ static bool ceph_mdsc_send_metrics(struct ceph_mds_client *mdsc,
160
msg->hdr.version = cpu_to_le16(1);
161
msg->hdr.compat_version = cpu_to_le16(1);
162
msg->hdr.front_len = cpu_to_le32(msg->front.iov_len);
163
- dout("client%llu send metrics to mds%d\n",
164
- ceph_client_gid(mdsc->fsc->client), s->s_mds);
165
ceph_con_send(&s->s_con, msg);
166
167
return true;
0 commit comments