From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-Path: Date: Mon, 24 Apr 2017 09:57:49 -0700 From: Omar Sandoval To: Bart Van Assche Cc: Jens Axboe , linux-block@vger.kernel.org, Omar Sandoval , Hannes Reinecke Subject: Re: [PATCH v4 02/10] blk-mq: Let blk_mq_debugfs_register() look up the queue name Message-ID: <20170424165749.GD28510@vader.DHCP.thefacebook.com> References: <20170421234026.18970-1-bart.vanassche@sandisk.com> <20170421234026.18970-3-bart.vanassche@sandisk.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20170421234026.18970-3-bart.vanassche@sandisk.com> List-ID: 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 > Signed-off-by: Bart Van Assche > Cc: Omar Sandoval > Cc: Hannes Reinecke > --- > block/blk-mq-debugfs.c | 5 +++-- > block/blk-mq-sysfs.c | 2 +- > block/blk-mq.h | 5 ++--- > 3 files changed, 6 insertions(+), 6 deletions(-)