Re: [f2fs-dev] [RFC PATCH 04/24] inject.f2fs: add members in inject_cp

2024-11-07 Thread Chao Yu via Linux-f2fs-devel
On 2024/10/29 20:09, Sheng Yong wrote: The following members are add to inject more fields in cp: * next_blkaddr: inject fsync dnodes An error is returned if no fsync dnode is found. However, the injection is not supported on zoned device. This is because fsync dnodes must remains at the end o

[f2fs-dev] [RFC PATCH 04/24] inject.f2fs: add members in inject_cp

2024-10-29 Thread Sheng Yong via Linux-f2fs-devel
The following members are add to inject more fields in cp: * next_blkaddr: inject fsync dnodes An error is returned if no fsync dnode is found. However, the injection is not supported on zoned device. This is because fsync dnodes must remains at the end of current warm node segnemt, any dnode ch