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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 2DC30E82CAF for ; Wed, 27 Sep 2023 16:21:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=SRrgAeq69YbPKYBo3Fax8pA+Y6zcJzzJ0vBkfSr0orQ=; b=Qf1NHNqW4/VajQ c4XRpP0o3oAn2rZ9Xr1jEexvNrWljp/35SplRv1gIrxSBLf46YOIuLMn7q5fFVhxG+UolV2is08Bb oXRXSq5XMspITpTQC4w6VZCFSxNmONpKCjfm7trsRxUqNvsZRtrJ4MCejivi+3adpeMMMK0Pz/+P5 SEtKnEfrGXsXxeEDI9WH+qJxuBrjeRpchDyUGo2CdGRjGNok4QMkNXYm/HX+eyX2h3f88wFxenOI/ 3kXJiR+lbd9rJK0VJIZFnNGvCdXG2rW/ftyhDUaqdQcKEo0w5V1qz93GXVGZMNxANmjI4QqtKzAMY hmHrrG6z7ANPyRodEK9w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qlXIC-001Q9m-1Q; Wed, 27 Sep 2023 16:21:40 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qlXI9-001Q7N-1J; Wed, 27 Sep 2023 16:21:39 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 89EFFCE1A9C; Wed, 27 Sep 2023 16:21:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AF3E3C433C7; Wed, 27 Sep 2023 16:21:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1695831690; bh=5fVqTod0fsU3D85/NgpH5eX11yWtVW2s8jme29QI3SA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=K+SdxwDZhx8uxbb5abeHgPolVgmwSiIBL6/AzX/eEpmg7s5Jd1TwEPpueT17Z+y1i r/3aJFhGZoIRaqB+ADboLRaAQZpJm6SMvyfu5jpdUX9fmjLLqHrtdJHSnoHaBHBoNB 1Ras0NDOeGzjZ5rjoNJ7hj3RFSgjPFHQeOCu0doiR1ZFlmc7Dtn7+Tg4yFYE5HRxY7 FflbgLOEB1zCas3wjtrhbqXfzlZd6DZqKcBXDoRDLeETsNHRLxD2cXgjOH7guvx0ma AufPlRnLwdi+pMqoWiBGk6SGa+Snjtz53w/pXkwTjOc2fDnSaUxFN105snuKm+T14u FBsBAdYo6oMFA== Date: Wed, 27 Sep 2023 18:21:19 +0200 From: Christian Brauner To: Jan Kara Cc: linux-fsdevel@vger.kernel.org, linux-block@vger.kernel.org, Christoph Hellwig , Alasdair Kergon , Andrew Morton , Anna Schumaker , Chao Yu , Christian Borntraeger , "Darrick J. Wong" , Dave Kleikamp , David Sterba , dm-devel@redhat.com, drbd-dev@lists.linbit.com, Gao Xiang , Jack Wang , Jaegeuk Kim , jfs-discussion@lists.sourceforge.net, Joern Engel , Joseph Qi , Kent Overstreet , linux-bcache@vger.kernel.org, linux-btrfs@vger.kernel.org, linux-erofs@lists.ozlabs.org, linux-ext4@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, linux-mm@kvack.org, linux-mtd@lists.infradead.org, linux-nfs@vger.kernel.org, linux-nilfs@vger.kernel.org, linux-nvme@lists.infradead.org, linux-pm@vger.kernel.org, linux-raid@vger.kernel.org, linux-s390@vger.kernel.org, linux-scsi@vger.kernel.org, linux-xfs@vger.kernel.org, "Md. Haris Iqbal" , Mike Snitzer , Minchan Kim , ocfs2-devel@oss.oracle.com, reiserfs-devel@vger.kernel.org, Sergey Senozhatsky , Song Liu , Sven Schnelle , target-devel@vger.kernel.org, Ted Tso , Trond Myklebust , xen-devel@lists.xenproject.org Subject: Re: [PATCH v4 0/29] block: Make blkdev_get_by_*() return handle Message-ID: <20230927-prahlen-reintreten-93706074e58d@brauner> References: <20230818123232.2269-1-jack@suse.cz> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230818123232.2269-1-jack@suse.cz> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230927_092137_782579_3CC279D7 X-CRM114-Status: GOOD ( 16.29 ) X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-mtd" Errors-To: linux-mtd-bounces+linux-mtd=archiver.kernel.org@lists.infradead.org On Wed, 27 Sep 2023 11:34:07 +0200, Jan Kara wrote: > Create struct bdev_handle that contains all parameters that need to be > passed to blkdev_put() and provide bdev_open_* functions that return > this structure instead of plain bdev pointer. This will eventually allow > us to pass one more argument to blkdev_put() (renamed to bdev_release()) > without too much hassle. > > > [...] > to ease review / testing. Christian, can you pull the patches to your tree > to get some exposure in linux-next as well? Thanks! Yep. So I did it slighly differently. I pulled in the btrfs prereqs and then applied your series on top of it so we get all the Link: tags right. I'm running tests right now. Please double-check. --- Applied to the vfs.super branch of the vfs/vfs.git tree. Patches in the vfs.super branch should appear in linux-next soon. Please report any outstanding bugs that were missed during review in a new review to the original patch series allowing us to drop it. It's encouraged to provide Acked-bys and Reviewed-bys even though the patch has now been applied. If possible patch trailers will be updated. Note that commit hashes shown below are subject to change due to rebase, trailer updates or similar. If in doubt, please check the listed branch. tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git branch: vfs.super [01/29] block: Provide bdev_open_* functions https://git.kernel.org/vfs/vfs/c/b7c828aa0b3c [02/29] block: Use bdev_open_by_dev() in blkdev_open() https://git.kernel.org/vfs/vfs/c/d4e36f27b45a [03/29] block: Use bdev_open_by_dev() in disk_scan_partitions() and blkdev_bszset() https://git.kernel.org/vfs/vfs/c/5f9bd6764c7a [04/29] drdb: Convert to use bdev_open_by_path() https://git.kernel.org/vfs/vfs/c/0220ca8e443d [05/29] pktcdvd: Convert to bdev_open_by_dev() https://git.kernel.org/vfs/vfs/c/7af10b889789 [06/29] rnbd-srv: Convert to use bdev_open_by_path() https://git.kernel.org/vfs/vfs/c/3d27892a4be7 [07/29] xen/blkback: Convert to bdev_open_by_dev() https://git.kernel.org/vfs/vfs/c/26afb0ed10b3 [08/29] zram: Convert to use bdev_open_by_dev() https://git.kernel.org/vfs/vfs/c/efc8e3f4c6dc [09/29] bcache: Convert to bdev_open_by_path() https://git.kernel.org/vfs/vfs/c/dc893f51d24a [10/29] dm: Convert to bdev_open_by_dev() https://git.kernel.org/vfs/vfs/c/80c2267c6d07 [11/29] md: Convert to bdev_open_by_dev() https://git.kernel.org/vfs/vfs/c/15db36126ca6 [12/29] mtd: block2mtd: Convert to bdev_open_by_dev/path() https://git.kernel.org/vfs/vfs/c/4c27234bf3ce [13/29] nvmet: Convert to bdev_open_by_path() https://git.kernel.org/vfs/vfs/c/70cffddcc300 [14/29] s390/dasd: Convert to bdev_open_by_path() https://git.kernel.org/vfs/vfs/c/5581d03457f8 [15/29] scsi: target: Convert to bdev_open_by_path() https://git.kernel.org/vfs/vfs/c/43de7d844d47 [16/29] PM: hibernate: Convert to bdev_open_by_dev() https://git.kernel.org/vfs/vfs/c/105ea4a2fd18 [17/29] PM: hibernate: Drop unused snapshot_test argument https://git.kernel.org/vfs/vfs/c/b589a66e3688 [18/29] mm/swap: Convert to use bdev_open_by_dev() https://git.kernel.org/vfs/vfs/c/615af8e29233 [19/29] fs: Convert to bdev_open_by_dev() https://git.kernel.org/vfs/vfs/c/5173192bcfe6 [20/29] btrfs: Convert to bdev_open_by_path() https://git.kernel.org/vfs/vfs/c/8cf64782764f [21/29] erofs: Convert to use bdev_open_by_path() https://git.kernel.org/vfs/vfs/c/4d41880bf249 [22/29] ext4: Convert to bdev_open_by_dev() https://git.kernel.org/vfs/vfs/c/f7507612395e [23/29] f2fs: Convert to bdev_open_by_dev/path() https://git.kernel.org/vfs/vfs/c/d9ff8e3b6498 [24/29] jfs: Convert to bdev_open_by_dev() https://git.kernel.org/vfs/vfs/c/459dc6376338 [25/29] nfs/blocklayout: Convert to use bdev_open_by_dev/path() https://git.kernel.org/vfs/vfs/c/5b1df9a40929 [26/29] ocfs2: Convert to use bdev_open_by_dev() https://git.kernel.org/vfs/vfs/c/b6b95acbd943 [27/29] reiserfs: Convert to bdev_open_by_dev/path() https://git.kernel.org/vfs/vfs/c/7e3615ff6119 [28/29] xfs: Convert to bdev_open_by_path() https://git.kernel.org/vfs/vfs/c/176ccb99e207 [29/29] block: Remove blkdev_get_by_*() functions https://git.kernel.org/vfs/vfs/c/953863a5a2ff ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/