[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Zvrb0DXhtVHT2lfa@slm.duckdns.org>
Date: Mon, 30 Sep 2024 07:11:44 -1000
From: Tejun Heo <tj@...nel.org>
To: Yu Kuai <yukuai1@...weicloud.com>
Cc: axboe@...nel.dk, josef@...icpanda.com, linux-block@...r.kernel.org,
linux-kernel@...r.kernel.org, cgroups@...r.kernel.org,
yukuai3@...wei.com, yi.zhang@...wei.com, yangerkun@...wei.com
Subject: Re: [PATCH v2 1/5] blk-cgroup: add a new helper blkg_print_dev_name()
Hello,
On Mon, Sep 30, 2024 at 04:52:58PM +0800, Yu Kuai wrote:
> +static inline bool blkg_print_dev_name(struct seq_file *sf,
> + struct blkcg_gq *blkg)
> +{
> + struct gendisk *disk = blkg->q->disk;
> +
> + if (!disk)
> + return false;
> +
> + seq_printf(sf, "%u:%u", disk->major, disk->first_minor);
> + return true;
> +}
> +
I wonder whether we just should add a name field to disk.
Thanks.
--
tejun
Powered by blists - more mailing lists