linux-test-project / ltp

Linux Test Project (mailing list: https://lists.linux.it/listinfo/ltp)
https://linux-test-project.readthedocs.io/
GNU General Public License v2.0
2.32k stars 1.02k forks source link

Cover quotactl_fd syscall #872

Closed xuyang0410 closed 2 years ago

xuyang0410 commented 3 years ago

The quotactl_fd is a variant of quotactl which allows to specify the fd instead of a path of to a block device. LWN: quotactl_path() becomes quotactl_fd() quota: Add mountpath based quota support quota: Change quotactl_path() systcall to an fd-based one

I think adding a new test variant in old quotactl01-07.c is better. Any suggestion?

metan-ucw commented 3 years ago

Adding variants into existing tests sounds good to me.

xuyang0410 commented 2 years ago

Now, quotactl cases have supported quotactl_fd variant.