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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5A7D9C6FA82 for ; Fri, 23 Sep 2022 08:54:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231425AbiIWIyI (ORCPT ); Fri, 23 Sep 2022 04:54:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42402 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231388AbiIWIyC (ORCPT ); Fri, 23 Sep 2022 04:54:02 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 268C7127C93; Fri, 23 Sep 2022 01:54:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=qJoM9qns597lWjvqNQtNyuD9dZiJpMQUDrks0cpJIxI=; b=b12lvY0N4pJiX4S/nj2V3GzgEd ckoiFQ2AzGYuYr2OXHbo3SVTrRYB8himE/19nZhpL3e6zBcaat4HC3gb+sM2W+nApmtbtWo85ryuf dQmuy818O8bgPxeLT1IkyT8XbASYho2HXLu0mfn2GU0VCZFCNo6bUWX0uZB/hrzitmNBt3MnKYDyC TaRJ/zkqxYK2VLF9rf4gNM0eZGpA8AM+H3QOQ8klDarsW3lvhg3EipDAmfEHX73rPOLj1L3LScx8z OiBGTHz3GQJgkO4XR48E2/WR15xuNF3v1E8oc82tJrCQXj5UUh7GgjJtQxu5/MbFbVNmNQ0Z7UtMi jQ07cVsg==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1obeRV-0035Gf-QI; Fri, 23 Sep 2022 08:53:53 +0000 Date: Fri, 23 Sep 2022 01:53:53 -0700 From: Christoph Hellwig To: Yu Kuai Cc: jack@suse.cz, paolo.valente@linaro.org, axboe@kernel.dk, linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, yukuai1@huaweicloud.com, yi.zhang@huawei.com Subject: Re: [PATCH v3 5/5] elevator: remove redundant code in elv_unregister_queue() Message-ID: References: <20220922113558.1085314-1-yukuai3@huawei.com> <20220922113558.1085314-6-yukuai3@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220922113558.1085314-6-yukuai3@huawei.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org Looks good: Reviewed-by: Christoph Hellwig But this really should go first in the series.