aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph
diff options
context:
space:
mode:
authorGravatar Jeff Layton <jlayton@kernel.org> 2021-01-26 13:41:38 -0500
committerGravatar Ilya Dryomov <idryomov@gmail.com> 2022-01-13 13:40:06 +0100
commitaf9ceae83cd26c9319bb2cdab23bb16d39300cbd (patch)
tree4224f52682d537e17e83707ef7ed77ddae843028 /fs/ceph
parentrbd: make const pointer spaces a static const array (diff)
downloadlinux-af9ceae83cd26c9319bb2cdab23bb16d39300cbd.tar.gz
linux-af9ceae83cd26c9319bb2cdab23bb16d39300cbd.tar.bz2
linux-af9ceae83cd26c9319bb2cdab23bb16d39300cbd.zip
ceph: drop send metrics debug message
This pops every second and isn't very useful. Signed-off-by: Jeff Layton <jlayton@kernel.org> Reviewed-by: Xiubo Li <xiubli@redhat.com> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'fs/ceph')
-rw-r--r--fs/ceph/metric.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ceph/metric.c b/fs/ceph/metric.c
index c57699d8408d..0fcba68f9a99 100644
--- a/fs/ceph/metric.c
+++ b/fs/ceph/metric.c
@@ -160,8 +160,6 @@ static bool ceph_mdsc_send_metrics(struct ceph_mds_client *mdsc,
msg->hdr.version = cpu_to_le16(1);
msg->hdr.compat_version = cpu_to_le16(1);
msg->hdr.front_len = cpu_to_le32(msg->front.iov_len);
- dout("client%llu send metrics to mds%d\n",
- ceph_client_gid(mdsc->fsc->client), s->s_mds);
ceph_con_send(&s->s_con, msg);
return true;