Hello:
This patch was applied to jaegeuk/f2fs.git (dev)
by Jaegeuk Kim :
On Tue, 10 Oct 2023 12:36:28 -0700 you wrote:
> From: Daeho Jeong
>
> We can't trust write pointers when the previous mount was not
> successfully unmounted.
>
> Signed-off-by: Daeho Jeong
>
> [...]
Here is the summary
On 2023/10/11 3:36, Daeho Jeong wrote:
From: Daeho Jeong
We can't trust write pointers when the previous mount was not
successfully unmounted.
Signed-off-by: Daeho Jeong
Reviewed-by: Chao Yu
Thanks,
___
Linux-f2fs-devel mailing list
Linux-f2fs
From: Daeho Jeong
We can't trust write pointers when the previous mount was not
successfully unmounted.
Signed-off-by: Daeho Jeong
---
fs/f2fs/segment.c | 92 ---
1 file changed, 56 insertions(+), 36 deletions(-)
diff --git a/fs/f2fs/segment.c b/fs/