On Fri, Apr 21, 2017 at 04:40:18PM -0700, Bart Van Assche wrote: > A later patch will move the call of blk_mq_debugfs_register() to > a function to which the queue name is not passed as an argument. > To avoid having to add a 'name' argument to multiple callers, let > blk_mq_debugfs_register() look up the queue name. I think I already said this for v3, but Reviewed-by: Omar Sandoval <osandov@xxxxxx> > Signed-off-by: Bart Van Assche <bart.vanassche@xxxxxxxxxxx> > Cc: Omar Sandoval <osandov@xxxxxx> > Cc: Hannes Reinecke <hare@xxxxxxxx> > --- > block/blk-mq-debugfs.c | 5 +++-- > block/blk-mq-sysfs.c | 2 +- > block/blk-mq.h | 5 ++--- > 3 files changed, 6 insertions(+), 6 deletions(-)