quotactl_path() becomes quotactl_fd()
quotactl_path() becomes quotactl_fd()
[Kernel] Posted Jun 14, 2021 22:45 UTC (Mon) by corbet
The quotactl() system call is used to manipulate disk quotas on a filesystem; it can be used to turn quota enforcement on or off, change quotas, retrieve current usage information, and more. The 5.13 merge window brought in a new variant of that system call that was subsequently disabled due to API concerns; its replacement is now taking form.