lkml.org 
[lkml]   [2022]   [Nov]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 4/5] block, bfq: change "secs" to "sects" for bfq log in bfq_bfqq_served()
Date
Let "sects" short for sectors, as "secs" is reminiscent of seconds.

Signed-off-by: Yuwei Guan <Yuwei.Guan@zeekrlife.com>
---
block/bfq-wf2q.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/block/bfq-wf2q.c b/block/bfq-wf2q.c
index 8fc3da4c23bb..f57ed0b037f3 100644
--- a/block/bfq-wf2q.c
+++ b/block/bfq-wf2q.c
@@ -823,7 +823,7 @@ void bfq_bfqq_served(struct bfq_queue *bfqq, int served)
st->vtime += bfq_delta(served, st->wsum);
bfq_forget_idle(st);
}
- bfq_log_bfqq(bfqq->bfqd, bfqq, "bfqq_served %d secs", served);
+ bfq_log_bfqq(bfqq->bfqd, bfqq, "bfqq_served %d sects", served);
}

/**
--
2.34.1
\
 
 \ /
  Last update: 2022-11-02 13:42    [W:0.055 / U:0.200 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site