Hi,
On Sun, Mar 24, 2024 at 06:56:06PM -0400, Sasha Levin wrote:
From: Jan Kara jack@suse.cz
[ Upstream commit 49845720080dff0afd5813eaebf0758b01b6312c ]
Convert erofs to use bdev_open_by_path() and pass the handle around.
CC: Gao Xiang xiang@kernel.org CC: Chao Yu chao@kernel.org CC: linux-erofs@lists.ozlabs.org Acked-by: Christoph Hellwig hch@lst.de Acked-by: Gao Xiang hsiangkao@linux.alibaba.com Reviewed-by: Christian Brauner brauner@kernel.org Signed-off-by: Jan Kara jack@suse.cz Link: https://lore.kernel.org/r/20230927093442.25915-21-jack@suse.cz Signed-off-by: Christian Brauner brauner@kernel.org Stable-dep-of: 0f28be64d132 ("erofs: fix lockdep false positives on initializing erofs_pseudo_mnt") Signed-off-by: Sasha Levin sashal@kernel.org
I don't think it's necessary to be backported to v6.6 as well as the previous one "block: Provide bdev_open_* functions".
The patch "erofs: fix lockdep false positives on initializing erofs_pseudo_mnt" should be manually backported instead.
Thanks, Gao Xiang