[LTP] [PATCH v3 3/5] syscalls/quotactl04: add project quota test for non-xfs filesystem

xuyang2018.jy@fujitsu.com xuyang2018.jy@fujitsu.com
Wed Mar 16 03:00:00 CET 2022


Hi Petr
> Hi Xu,
>
>> >  This is a variant about quotactl01. It is used to test project quota.
>> >  I split it into a new case instead of adding it in quotaclt01 because
>> >  two points:
>> >  1)before linux 4.10, ext4 doesn't support project quota
> ...
>> >  +	.min_kver = "4.10", /* commit 689c958cbe6b (ext4: add project quota support) */
> commit 689c958cbe6b is from v4.5-rc1. But you use Q_GETNEXTQUOTA, which is from
> 926132c0257a ("quota: add new quotactl Q_GETNEXTQUOTA") from v4.6-rc1.
Oh, I remember I use the following command to search linux tag
git tag --contains 689c958
v4.10
v4.10-rc1
v4.10-rc2
...
v4.5-rc1

I forgot to see the last v4.5-rc1. Sorry.
>
> Others looks to me quite old (before UAPI split in v3.7-rc1.
>
> Thus it could be .min_kver = "v4.5" for the rest (unless there is some other
> dependency). Or am I missing something? But maybe we just don't care.
I think we should fix this. I will send patch to fix these two problems.

Best Regards
Yang Xu
>
> Kind regards,
> Petr
>


More information about the ltp mailing list