Closed xuyang0410 closed 2 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?
Adding variants into existing tests sounds good to me.
Now, quotactl cases have supported quotactl_fd variant.
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?