[LTP] [PATCH] inode: convert to new API and merge into a single test

Cyril Hrubis chrubis@suse.cz
Fri Jul 17 11:14:13 CEST 2026


Hi!
> The inode01 and inode02 tests shared the same directory/file tree engine
> and differed only in tree dimensions and in whether the workload ran in
> a single process or across several parallel workers.
> 
> inode01 now covers both scenarios, so inode02 is removed together with
> its entries in runtest/fs, runtest/fs_readonly and the .gitignore. Note
> this drops inode02 as a test id; its runtest/fs_readonly slot is left as
> a gap so unrelated test_robind entries keep their numbers.
> 
> Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
> ---
>  runtest/fs                           |   1 -
>  runtest/fs_readonly                  |   1 -
>  testcases/kernel/fs/inode/.gitignore |   1 -
>  testcases/kernel/fs/inode/inode01.c  | 864 +++++----------------------------
>  testcases/kernel/fs/inode/inode02.c  | 902 -----------------------------------

Just FYI diffs for big rewrites like this are much more readable if
generated with the git -B switch.

-- 
Cyril Hrubis
chrubis@suse.cz


More information about the ltp mailing list