All of lore.kernel.org
 help / color / mirror / Atom feed
From: Xiubo Li <xiubli@redhat.com>
To: Jeff Layton <jlayton@kernel.org>, ceph-devel@vger.kernel.org
Cc: idryomov@gmail.com
Subject: Re: [PATCH] ceph: eliminate unused "total" variable in ceph_mdsc_send_metrics
Date: Sat, 25 Jul 2020 06:39:27 +0800	[thread overview]
Message-ID: <a938e6b6-7fdb-2030-deff-bda4ba0a438e@redhat.com> (raw)
In-Reply-To: <c4268b969311a56f1411ac2e893b473d47662c22.camel@kernel.org>

On 2020/7/25 4:10, Jeff Layton wrote:
> On Fri, 2020-07-24 at 15:45 -0400, Jeff Layton wrote:
>> Cc: Xiubo Li <xiubli@redhat.com>
>> Reported-by: kernel test robot <lkp@intel.com>
>> Signed-off-by: Jeff Layton <jlayton@kernel.org>
>> ---
>>   fs/ceph/metric.c | 5 +----
>>   1 file changed, 1 insertion(+), 4 deletions(-)
>>
> Xiubo, if this looks OK I can squash this into the original patch since
> it's not merged upstream yet.

Hi Jeff,

Yeah, this is okay. Thanks.

BRs


> Thanks,
> Jeff
>
>> diff --git a/fs/ceph/metric.c b/fs/ceph/metric.c
>> index 252d6a3f75d2..2466b261fba2 100644
>> --- a/fs/ceph/metric.c
>> +++ b/fs/ceph/metric.c
>> @@ -20,7 +20,7 @@ static bool ceph_mdsc_send_metrics(struct ceph_mds_client *mdsc,
>>   	u64 nr_caps = atomic64_read(&m->total_caps);
>>   	struct ceph_msg *msg;
>>   	struct timespec64 ts;
>> -	s64 sum, total;
>> +	s64 sum;
>>   	s32 items = 0;
>>   	s32 len;
>>   
>> @@ -53,7 +53,6 @@ static bool ceph_mdsc_send_metrics(struct ceph_mds_client *mdsc,
>>   	read->ver = 1;
>>   	read->compat = 1;
>>   	read->data_len = cpu_to_le32(sizeof(*read) - 10);
>> -	total = m->total_reads;
>>   	sum = m->read_latency_sum;
>>   	jiffies_to_timespec64(sum, &ts);
>>   	read->sec = cpu_to_le32(ts.tv_sec);
>> @@ -66,7 +65,6 @@ static bool ceph_mdsc_send_metrics(struct ceph_mds_client *mdsc,
>>   	write->ver = 1;
>>   	write->compat = 1;
>>   	write->data_len = cpu_to_le32(sizeof(*write) - 10);
>> -	total = m->total_writes;
>>   	sum = m->write_latency_sum;
>>   	jiffies_to_timespec64(sum, &ts);
>>   	write->sec = cpu_to_le32(ts.tv_sec);
>> @@ -79,7 +77,6 @@ static bool ceph_mdsc_send_metrics(struct ceph_mds_client *mdsc,
>>   	meta->ver = 1;
>>   	meta->compat = 1;
>>   	meta->data_len = cpu_to_le32(sizeof(*meta) - 10);
>> -	total = m->total_metadatas;
>>   	sum = m->metadata_latency_sum;
>>   	jiffies_to_timespec64(sum, &ts);
>>   	meta->sec = cpu_to_le32(ts.tv_sec);

      reply	other threads:[~2020-07-24 22:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-24 19:45 [PATCH] ceph: eliminate unused "total" variable in ceph_mdsc_send_metrics Jeff Layton
2020-07-24 20:10 ` Jeff Layton
2020-07-24 22:39   ` Xiubo Li [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a938e6b6-7fdb-2030-deff-bda4ba0a438e@redhat.com \
    --to=xiubli@redhat.com \
    --cc=ceph-devel@vger.kernel.org \
    --cc=idryomov@gmail.com \
    --cc=jlayton@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.