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 92D55C38A2D for ; Tue, 25 Oct 2022 19:40:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232124AbiJYTkd (ORCPT ); Tue, 25 Oct 2022 15:40:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51712 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232172AbiJYTkd (ORCPT ); Tue, 25 Oct 2022 15:40:33 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 46CEA836D8 for ; Tue, 25 Oct 2022 12:40:32 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id D683261B08 for ; Tue, 25 Oct 2022 19:40:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C3290C433C1; Tue, 25 Oct 2022 19:40:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666726831; bh=u74yg/M4Fxkx9BQwfM3eTdqX2f0fV4spwaVbAhO6bhc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=R7byxNSblotdqWhT2Ee9jmQZGMn0XgONmPk6DqlK1mYck3q0zEDcW/XKTWnkDmKG0 EOeJrc9SDAV/RJfCEBdzBJFZkwETFlbc4pNRVZ5ZSrWzgzO3wSgu49jK5fM5BfRvG2 pCihOY/hVHxGmSBwJvUC2tkHZCG3XX/vmIbUSyXa5tblvDJu9TDWeSsrLfzjMg9ZUD 2CVTut4ermZvbXZfDWWnQ2gu5rh+GRcL6BFb8d5lYLkW2pO1O9YcD0Tbpyo7g8Htv2 G3HZHyKV23T03aaWiO/9Z/SDwDoUnmYhIgei6VI/WCNvxM6HOCpSjoqx7mmPe96QEn qsAbsDLDS3bwQ== Date: Tue, 25 Oct 2022 13:40:28 -0600 From: Keith Busch To: Bart Van Assche Cc: Jens Axboe , linux-block@vger.kernel.org, Christoph Hellwig Subject: Re: [PATCH 0/3] Block layer cleanup patches Message-ID: References: <20221025191755.1711437-1-bvanassche@acm.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221025191755.1711437-1-bvanassche@acm.org> Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org This series looks good to me. Reviewed-by: Keith Busch