Re: [PATCH] erofs: drop experimental warning for FSDAX

2024-03-24 Thread Jingbo Xu
On 3/25/24 8:51 AM, Gao Xiang wrote: > As EXT4/XFS filesystems, FSDAX functionality is considered to be stable. > Let's drop this warning. > > Signed-off-by: Gao Xiang > --- > fs/erofs/super.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/fs/erofs/super.c b/fs/erofs/super.c >

[PATCH] erofs: drop experimental warning for FSDAX

2024-03-24 Thread Gao Xiang
As EXT4/XFS filesystems, FSDAX functionality is considered to be stable. Let's drop this warning. Signed-off-by: Gao Xiang --- fs/erofs/super.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/erofs/super.c b/fs/erofs/super.c index 6fbb1fba2d31..fc60a5a7794f 100644 --- a/fs/erofs/super.c

Re: [PATCH 6.6 329/638] erofs: Convert to use bdev_open_by_path()

2024-03-24 Thread Gao Xiang
Hi, On Sun, Mar 24, 2024 at 06:56:06PM -0400, Sasha Levin wrote: > From: Jan Kara > > [ Upstream commit 49845720080dff0afd5813eaebf0758b01b6312c ] > > Convert erofs to use bdev_open_by_path() and pass the handle around. > > CC: Gao Xiang > CC: Chao Yu > CC: linux-erofs@lists.ozlabs.org >

[PATCH 6.6 329/638] erofs: Convert to use bdev_open_by_path()

2024-03-24 Thread Sasha Levin
From: Jan Kara [ Upstream commit 49845720080dff0afd5813eaebf0758b01b6312c ] Convert erofs to use bdev_open_by_path() and pass the handle around. CC: Gao Xiang CC: Chao Yu CC: linux-erofs@lists.ozlabs.org Acked-by: Christoph Hellwig Acked-by: Gao Xiang Reviewed-by: Christian Brauner