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 C2161CDB465 for ; Thu, 19 Oct 2023 05:42:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232890AbjJSFmK (ORCPT ); Thu, 19 Oct 2023 01:42:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42048 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232782AbjJSFlc (ORCPT ); Thu, 19 Oct 2023 01:41:32 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9D1DD1AE; Wed, 18 Oct 2023 22:41:09 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id 47B3567373; Thu, 19 Oct 2023 07:41:06 +0200 (CEST) Date: Thu, 19 Oct 2023 07:41:05 +0200 From: Christoph Hellwig To: Keith Busch Cc: linux-block@vger.kernel.org, linux-nvme@lists.infradead.org, io-uring@vger.kernel.org, axboe@kernel.dk, hch@lst.de, joshi.k@samsung.com, martin.petersen@oracle.com, Keith Busch Subject: Re: [PATCH 3/4] iouring: remove IORING_URING_CMD_POLLED Message-ID: <20231019054105.GE14346@lst.de> References: <20231018151843.3542335-1-kbusch@meta.com> <20231018151843.3542335-4-kbusch@meta.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231018151843.3542335-4-kbusch@meta.com> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: io-uring@vger.kernel.org Looks good and should probably go straight to the io_uring tree instead of being mixed up with the metadata changes. Reviewed-by: Christoph Hellwig