From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752878AbdBJQLA (ORCPT ); Fri, 10 Feb 2017 11:11:00 -0500 Received: from mail-pf0-f176.google.com ([209.85.192.176]:35094 "EHLO mail-pf0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751519AbdBJQKx (ORCPT ); Fri, 10 Feb 2017 11:10:53 -0500 Subject: Re: [WIP PATCHSET 1/4] blk-mq: pass bio to blk_mq_sched_get_rq_priv To: Paolo Valente , Tejun Heo References: <20170207172446.4528-1-paolo.valente@linaro.org> <20170207172446.4528-2-paolo.valente@linaro.org> Cc: linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, ulf.hansson@linaro.org, linus.walleij@linaro.org, broonie@kernel.org From: Jens Axboe Message-ID: Date: Fri, 10 Feb 2017 09:10:14 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <20170207172446.4528-2-paolo.valente@linaro.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/07/2017 10:24 AM, Paolo Valente wrote: > bio is used in bfq-mq's get_rq_priv, to get the request group. We could > pass directly the group here, but I thought that passing the bio was > more general, giving the possibility to get other pieces of information > if needed. I applied this one, thanks Paolo. -- Jens Axboe