|
|
Subscribe / Log in / New account

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.

Full Story (comments: 6)


Copyright © 2021, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds