From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C7603C3F68F for ; Fri, 31 Jan 2020 06:30:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A820520678 for ; Fri, 31 Jan 2020 06:30:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726023AbgAaGaj (ORCPT ); Fri, 31 Jan 2020 01:30:39 -0500 Received: from verein.lst.de ([213.95.11.211]:43178 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725815AbgAaGaj (ORCPT ); Fri, 31 Jan 2020 01:30:39 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id E5F4868B20; Fri, 31 Jan 2020 07:30:35 +0100 (CET) Date: Fri, 31 Jan 2020 07:30:35 +0100 From: Christoph Hellwig To: Ming Lei Cc: James Bottomley , linux-scsi@vger.kernel.org, "Martin K . Petersen" , linux-block@vger.kernel.org, Jens Axboe , Sathya Prakash , Chaitra P B , Suganath Prabu Subramani , Kashyap Desai , Sumit Saxena , Shivasharan S , "Ewan D . Milne" , Christoph Hellwig , Hannes Reinecke , Bart Van Assche Subject: Re: [PATCH 2/6] scsi: remove .for_blk_mq Message-ID: <20200131063035.GA18385@lst.de> References: <20200119071432.18558-1-ming.lei@redhat.com> <20200119071432.18558-3-ming.lei@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200119071432.18558-3-ming.lei@redhat.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-scsi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org On Sun, Jan 19, 2020 at 03:14:28PM +0800, Ming Lei wrote: > No one use it any more, so remove the flag. Looks good modulo the subject typo, lets get this in ASAP even with outstanding issue on the rest of the series: Reviewed-by: Christoph Hellwig