On Fri, Apr 21, 2017 at 04:40:19PM -0700, Bart Van Assche wrote: > Since the blk_mq_debugfs_*register_hctxs() functions register and > unregister all attributes under the "mq" directory, rename these > into blk_mq_debugfs_*register_mq(). Thanks! 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 | 8 ++++---- > block/blk-mq-sysfs.c | 6 +++--- > block/blk-mq.h | 8 ++++---- > 3 files changed, 11 insertions(+), 11 deletions(-)