diff options
author | Xiubo Li <xiubli@redhat.com> | 2021-03-22 15:28:49 +0300 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2021-04-28 00:52:23 +0300 |
commit | 8ae99ae2b40766a73026d5793942b4fea6d9ed31 (patch) | |
tree | 9f738dd5fccd6bc2bc61d29de3986357bc011a1e /fs/ceph/mds_client.c | |
parent | 54b026b456d08dfb6f19d37ae07b809004dc4b57 (diff) | |
download | linux-8ae99ae2b40766a73026d5793942b4fea6d9ed31.tar.xz |
ceph: rename the metric helpers
Signed-off-by: Xiubo Li <xiubli@redhat.com>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'fs/ceph/mds_client.c')
-rw-r--r-- | fs/ceph/mds_client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ceph/mds_client.c b/fs/ceph/mds_client.c index d87bd852ed96..73ecb7d128c9 100644 --- a/fs/ceph/mds_client.c +++ b/fs/ceph/mds_client.c @@ -3306,7 +3306,7 @@ out_err: /* kick calling process */ complete_request(mdsc, req); - ceph_update_metadata_latency(&mdsc->metric, req->r_start_latency, + ceph_update_metadata_metrics(&mdsc->metric, req->r_start_latency, req->r_end_latency, err); out: ceph_mdsc_put_request(req); |