Re: [f2fs-dev] [PATCH] f2fs: use f2fs_{err, info}_ratelimited() for cleanup

2024-05-10 Thread patchwork-bot+f2fs
Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Mon, 6 May 2024 18:47:42 +0800 you wrote: > Commit b1c9d3f833ba ("f2fs: support printk_ratelimited() in f2fs_printk()") > missed some cases, cover all remains for cleanup. > > Signed-off-by: Chao Yu > --- >

[f2fs-dev] [PATCH] f2fs: use f2fs_{err, info}_ratelimited() for cleanup

2024-05-06 Thread Chao Yu
Commit b1c9d3f833ba ("f2fs: support printk_ratelimited() in f2fs_printk()") missed some cases, cover all remains for cleanup. Signed-off-by: Chao Yu --- fs/f2fs/compress.c | 54 +- fs/f2fs/segment.c | 5 ++--- 2 files changed, 26 insertions(+), 33