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 12CC7C433FE for ; Tue, 18 Oct 2022 15:50:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231370AbiJRPuq (ORCPT ); Tue, 18 Oct 2022 11:50:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57350 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231342AbiJRPuH (ORCPT ); Tue, 18 Oct 2022 11:50:07 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3E01458DCC; Tue, 18 Oct 2022 08:49:52 -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=M7NmYC/Iylm9myghHwqILim55SAUt9QrM+UZYk0eJlw=; b=FLjdrFXHEQpXuIMUOAOFJ/SGfT 5ZncQSopASfp5RmjQ8QrcXvfgor5JNdQF+UnXcZs4lAJPb/Pp2i01b3kN2ykEjAIvRDLFvILydGEG 5H4+wG7bMbGmutQEckW3NupjtoMI70rS28tT8Laz264BJ8rUhBZZJDVUtFfK2U+fU/zqXcJ9tc49z +9gK9Hr4CtiYvZVgTZRx4DQhYvcREfqI7+YLQWV2xO38pveX5QcvUfa9Ea+UKPuW9Hp03qTglFCWo Lgr50LZFoQnZw6G1yfT2LTvDIs2g+eH6hHA0o4mjV/v9+p6z3USRWZfAdTp78K+VDg3xpsbKIdKP8 OMuc9yDw==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1okoqg-007xiZ-Fr; Tue, 18 Oct 2022 15:49:46 +0000 Date: Tue, 18 Oct 2022 08:49:46 -0700 From: Christoph Hellwig To: Yu Kuai Cc: jack@suse.cz, hch@infradead.org, ebiggers@kernel.org, paolo.valente@linaro.org, axboe@kernel.dk, linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, yukuai3@huawei.com, yi.zhang@huawei.com Subject: Re: [PATCH v4 5/6] elevator: add new field flags in struct elevator_queue Message-ID: References: <20220930031906.4164306-1-yukuai1@huaweicloud.com> <20220930031906.4164306-6-yukuai1@huaweicloud.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220930031906.4164306-6-yukuai1@huaweicloud.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-kernel@vger.kernel.org Looks good: Reviewed-by: Christoph Hellwig