Hi, On Sun, Mar 24, 2024 at 06:56:06PM -0400, Sasha Levin wrote: > From: Jan Kara <j...@suse.cz> > > [ Upstream commit 49845720080dff0afd5813eaebf0758b01b6312c ] > > Convert erofs to use bdev_open_by_path() and pass the handle around. > > CC: Gao Xiang <xi...@kernel.org> > CC: Chao Yu <c...@kernel.org> > CC: linux-erofs@lists.ozlabs.org > Acked-by: Christoph Hellwig <h...@lst.de> > Acked-by: Gao Xiang <hsiang...@linux.alibaba.com> > Reviewed-by: Christian Brauner <brau...@kernel.org> > Signed-off-by: Jan Kara <j...@suse.cz> > Link: https://lore.kernel.org/r/20230927093442.25915-21-j...@suse.cz > Signed-off-by: Christian Brauner <brau...@kernel.org> > Stable-dep-of: 0f28be64d132 ("erofs: fix lockdep false positives on > initializing erofs_pseudo_mnt") > Signed-off-by: Sasha Levin <sas...@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