Re: [f2fs-dev] [PATCH 1/2] f2fs: introduce map_is_mergeable() for cleanup

2024-04-14 Thread patchwork-bot+f2fs
Hello: This series was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Mon, 25 Mar 2024 23:27:25 +0800 you wrote: > No logic changes. > > Signed-off-by: Chao Yu > --- > fs/f2fs/data.c | 24 ++-- > 1 file changed, 18 insertions(+), 6 deletions(-) Here is the summary

[f2fs-dev] [PATCH 1/2] f2fs: introduce map_is_mergeable() for cleanup

2024-03-25 Thread Chao Yu
No logic changes. Signed-off-by: Chao Yu --- fs/f2fs/data.c | 24 ++-- 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/fs/f2fs/data.c b/fs/f2fs/data.c index 5ef1874b572a..9c000ca4f808 100644 --- a/fs/f2fs/data.c +++ b/fs/f2fs/data.c @@ -1507,6 +1507,23 @@