Re: [f2fs-dev] [PATCH v3] f2fs: flush error flags in workqueue

2023-05-30 Thread patchwork-bot+f2fs
Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Thu, 18 May 2023 10:14:12 +0800 you wrote: > In IRQ context, it wakes up workqueue to record errors into on-disk > superblock fields rather than in-memory fields. > > Fixes: 1aa161e43106 ("f2fs: fix scheduling while atom

[f2fs-dev] [PATCH v3] f2fs: flush error flags in workqueue

2023-05-17 Thread Chao Yu
In IRQ context, it wakes up workqueue to record errors into on-disk superblock fields rather than in-memory fields. Fixes: 1aa161e43106 ("f2fs: fix scheduling while atomic in decompression path") Fixes: 95fa90c9e5a7 ("f2fs: support recording errors into superblock") Signed-off-by: Chao Yu --- v3: