On Wed, Feb 01, 2023 at 12:58:00PM -0800, Luis Chamberlain wrote: > On Mon, Jan 30, 2023 at 01:26:50PM -0800, Bart Van Assche wrote: > > Move the code for creating the block layer debugfs root directory into > > blk-mq-debugfs.c. This patch prepares for adding more debugfs > > initialization code by introducing the function blk_mq_debugfs_init(). > > > > Cc: Christoph Hellwig <hch@xxxxxx> > > Cc: Ming Lei <ming.lei@xxxxxxxxxx> > > Cc: Keith Busch <kbusch@xxxxxxxxxx> > > Signed-off-by: Bart Van Assche <bvanassche@xxxxxxx> > > Reviewed-by: Luis Chamberlain <mcgrof@xxxxxxxxxx> Sorry but actually a neuron triggered after this to remind me of commit 85e0cbbb8a ("block: create the request_queue debugfs_dir on registration") and so using the terminology on that commit, wouldn't this not create now the root block debugfs dir for request-based block drivers? Luis