commit | 135b0354bcf11b806a94a3299a90ae6c7e555dcc | [log] [tgz] |
---|---|---|
author | Sheng Yong <shengyong1@xiaomi.com> | Mon Aug 25 09:54:55 2025 +0800 |
committer | Chao Yu <chao@kernel.org> | Mon Aug 25 10:00:52 2025 +0800 |
tree | 6b51ef4ebd28896a8dbe73d9251542d06872f0f2 | |
parent | 09801369b77d69a1f1ab48ef92bd228a58b22ac6 [diff] |
inject.f2fs: add member `filename' in inject_dentry This patch adds a new member `filename' in inject_dentry to inject dentry filename. The dentry is specified by nid option. Note that '.' and '..' dentries are special, because they are not in the parent directory of nid. So this patch also adds a new option `--dots' to inject these two dentries. Signed-off-by: Sheng Yong <shengyong1@xiaomi.com> Reviewed-by: Chao Yu <chao@kernel.org>