[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251217162744.352391-5-mkoutny@suse.com>
Date: Wed, 17 Dec 2025 17:27:36 +0100
From: Michal Koutný <mkoutny@...e.com>
To: cgroups@...r.kernel.org,
linux-block@...r.kernel.org,
linux-kernel@...r.kernel.org,
linux-hardening@...r.kernel.org
Cc: Michal Koutný <mkoutny@...e.com>,
"Gustavo A. R. Silva" <gustavo@...eddedor.com>,
Tejun Heo <tj@...nel.org>,
Josef Bacik <josef@...icpanda.com>,
Jens Axboe <axboe@...nel.dk>,
Kees Cook <kees@...nel.org>,
"Gustavo A. R. Silva" <gustavoars@...nel.org>
Subject: [PATCH 4/4] blk-iocost: Correct comment ioc_gq::level
This comment is simpler than reworking level users for possible
ioc_gq::ancestors __counted_by annotation.
Cc: "Gustavo A. R. Silva" <gustavo@...eddedor.com>
Signed-off-by: Michal Koutný <mkoutny@...e.com>
---
block/blk-iocost.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/block/blk-iocost.c b/block/blk-iocost.c
index b4eebe61dca7f..c5e09ebae5ab0 100644
--- a/block/blk-iocost.c
+++ b/block/blk-iocost.c
@@ -545,7 +545,7 @@ struct ioc_gq {
u64 indebt_since;
u64 indelay_since;
- /* this iocg's depth in the hierarchy and ancestors including self */
+ /* this iocg's depth in the hierarchy and ancestors excluding self */
int level;
struct ioc_gq *ancestors[];
};
--
2.52.0
Powered by blists - more mailing lists