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 9953FC88CB2 for ; Fri, 25 Aug 2023 12:34:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241749AbjHYMdg (ORCPT ); Fri, 25 Aug 2023 08:33:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38704 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244936AbjHYMdc (ORCPT ); Fri, 25 Aug 2023 08:33:32 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 17747271B; Fri, 25 Aug 2023 05:33:06 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id A2A2A67B8E; Fri, 25 Aug 2023 12:33:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1C784C433C9; Fri, 25 Aug 2023 12:33:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692966785; bh=uPQVrJ2Qp0hlL77UOYpeG97O16LbNdtmeShJK8cwyNY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XYWxUt80JpgGffwLQ55XwQC2Q56DyVYtEXUo+SMtG/JBC1t891NEmQdJSl46mOrtp hb4x910PIcu0tWEwBlLx9OxhvzIyBzi+eJNQXgTu3UYWOZVzOEK9KxoXZX0zoWWA9P Isujbveq/sJcLHRarh2CzQpEarWFX3Nu36A1WglFIcsWVSlWaB3cdVxG7R0BOw+r/U PZQutTdDvE7svMdBtfgDP9fozcjrBkbtzkVJrP92VU/PdIa26nxWHQR2ROXBSDrL2Z zUg7+RSlHbo9jjl2X6ReAt8myKGG1Y5uJme6noqxNn3XMNOxygEua3zi0uyM37oY5f RsWNfA4+f2tmQ== Date: Fri, 25 Aug 2023 14:33:00 +0200 From: Christian Brauner To: Jan Kara Cc: Jens Axboe , linux-fsdevel@vger.kernel.org, linux-block@vger.kernel.org, Christoph Hellwig , linux-nfs@vger.kernel.org, Trond Myklebust , Anna Schumaker , Christoph Hellwig Subject: Re: [PATCH 25/29] nfs/blocklayout: Convert to use bdev_open_by_dev/path() Message-ID: <20230825-metaphorisch-leerung-cb3617f35ab1@brauner> References: <20230818123232.2269-1-jack@suse.cz> <20230823104857.11437-25-jack@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20230823104857.11437-25-jack@suse.cz> Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Wed, Aug 23, 2023 at 12:48:36PM +0200, Jan Kara wrote: > Convert block device handling to use bdev_open_by_dev/path() and pass > the handle around. > > CC: linux-nfs@vger.kernel.org > CC: Trond Myklebust > CC: Anna Schumaker > Acked-by: Christoph Hellwig > Signed-off-by: Jan Kara > --- Looks good to me, Reviewed-by: Christian Brauner