Re: [PATCH] quota: finish disable quotactl_path syscall
From: Arnd Bergmann <arnd@arndb.de>
Date: 2021-06-15 08:47:47
Also in:
lkml
From: Arnd Bergmann <arnd@arndb.de>
Date: 2021-06-15 08:47:47
Also in:
lkml
On Mon, Jun 14, 2021 at 6:45 PM Jan Kara [off-list ref] wrote:
On Mon 14-06-21 17:37:12, Marcin Juszkiewicz wrote:quoted
In commit 5b9fedb31e47 ("quota: Disable quotactl_path syscall") Jan Kara disabled quotactl_path syscall on several architectures. This commit disables it on all architectures using unified list of system calls: - arm64 - arc - csky - h8300 - hexagon - nds32 - nios2 - openrisc - riscv (32/64) CC: Jan Kara <jack@suse.cz> CC: Christian Brauner <redacted> CC: Sascha Hauer <s.hauer@pengutronix.de> Link: https://lore.kernel.org/lkml/20210512153621.n5u43jsytbik4yze@wittgenstein (local) Signed-off-by: Marcin Juszkiewicz <redacted>Aha, I've missed that one. Thanks for catching this. Arnd, will you take this patch or should I take it through my tree?
I don't have any other fixes for 5.13 at the moment, so I would prefer it if
you could pick it up.
Arnd