From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 26 Sep 2018 16:28:47 +0200 From: Christoph Hellwig To: Bart Van Assche Cc: Jens Axboe , linux-block@vger.kernel.org, Christoph Hellwig , Ming Lei , Jianchao Wang , Hannes Reinecke , Johannes Thumshirn , Alan Stern Subject: Re: [PATCH v10 8/8] blk-mq: Enable support for runtime power management Message-ID: <20180926142847.GF8604@lst.de> References: <20180921203122.49743-1-bvanassche@acm.org> <20180921203122.49743-9-bvanassche@acm.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20180921203122.49743-9-bvanassche@acm.org> List-ID: On Fri, Sep 21, 2018 at 01:31:22PM -0700, Bart Van Assche wrote: > Now that the blk-mq core processes power management requests > (marked with RQF_PREEMPT) in other states than RPM_ACTIVE, enable > runtime power management for blk-mq. Looks fine, Reviewed-by: Christoph Hellwig We also need to remember to rever the !blk_mq flag in the ufs driver after this, but I guess the commit enabling this isn't even in Jens' tree, so it will have to be done after the merge.