| commit | 1d38581e983546208aaac9e618affbef382c8b4e | [log] [tgz] |
|---|---|---|
| author | Sheng Yong <shengyong1@xiaomi.com> | Mon Aug 25 09:54:49 2025 +0800 |
| committer | Jaegeuk Kim <jaegeuk@kernel.org> | Thu Oct 16 17:51:06 2025 +0000 |
| tree | 0f7da69bd49eeabd5a82f248afa6b9f6b79ff176 | |
| parent | cc220301ba7d2a483cc08e05362d46fd2f032b93 [diff] |
inject.f2fs: fix injecting sit/nat in journal Previously when injecting sit/nat entry, we only inject SIT/NAT pack. If the valid target is in journal, the injection has no effect. So we have to check whether the valid target is in journal, and inject the target at its valid position. Signed-off-by: Sheng Yong <shengyong1@xiaomi.com> Reviewed-by: Chao Yu <chao@kernel.org> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>