https://bugs.kde.org/show_bug.cgi?id=509567
Mark Wielaard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #5 from Mark Wielaard <[email protected]> --- (In reply to mcermak from comment #4) > Created attachment 185059 [details] > updated patch > > Forgot to squash the previous partial patch to its predecesor. Please check > this updated patch. Looks good. Pushed as: commit 553ada14844625f43a1ec445addfa1ab88ee0e26 Author: Martin Cermak <[email protected]> Date: Wed Sep 17 16:08:05 2025 +0200 Wrap the quotactl_fd syscall SYSCALL_DEFINE4(quotactl_fd, unsigned int, fd, unsigned int, cmd, qid_t, id, void __user *, addr) The quotactl_fd works in a similar way to quotactl. They both manipulate disk quotas. They differ in how the target file system is specified. While quotactl takes path, quotactl_fd takes a file descriptor. Declare a quotactl_fd wrapper in priv_syswrap-linux.h and hook it for {amd64,arm,arm64,mips64,ppc32,ppc64,riscv64,s390x,x86}-linux using LINX_ with PRE handler in syswrap-linux.c https://bugs.kde.org/show_bug.cgi?id=509567 -- You are receiving this mail because: You are watching all bug changes.
