Re: [PATCH -next] block: fix blktrace debugfs entries leak

From: Yu Kuai
Date: Wed May 31 2023 - 03:42:16 EST


Hi,

在 2023/05/30 22:29, Christoph Hellwig 写道:
On Tue, May 30, 2023 at 10:07:54AM +0800, Yu Kuai wrote:
If we don't care about blktrace for passthrough io after del_gendisk(),
and /dev/sg* has separate handling, I think it's better just to check
QUEUE_FLAG_REGISTERED in blk_trace_setup(), and don't enable blktrace
in the first place.

Any suggestions about this problem? Should we use separate handling for
/dev/sd? Or just free blktrace in blk_free_queue().

I'd be fine with trying to either remove the /dev/sg blktrace handling
and / or splitting it up so that it doesn't interact with the main disk
based one. I can look into this if you want, or leave it to you.


Ok, I'll send a v2 to free blktrace in disk_release(), in the meantime
I'll take a look how to handle blktrace for /dev/sg.

Thanks,
Kuai
.