Re: [PATCH v2 2/2] fs: ext4: Modify inode-test.c to use KUnit parameterized testing feature

From: Arpitha Raghunandan
Date: Mon Oct 26 2020 - 14:19:20 EST


On 26/10/20 11:41 pm, Iurii Zaikin wrote:
>> +static struct timestamp_expectation test_data[] = {
> Can you mark this and the rest of the hardcoded values as the const they are?
>

Sure, I will make this change for the next version.