]> git.baikalelectronics.ru Git - kernel.git/commit
fs/quota: add kernel_quotactl() helper; remove in-kernel call to syscall
authorDominik Brodowski <linux@dominikbrodowski.net>
Sat, 17 Mar 2018 15:26:56 +0000 (16:26 +0100)
committerDominik Brodowski <linux@dominikbrodowski.net>
Mon, 2 Apr 2018 18:15:46 +0000 (20:15 +0200)
commit2b05ab9304b119221c520a2344678c899afb768f
treeb139f648f279459e3ae45c198d1450dc380b0d78
parentcb6b807b3f912ab1fa11e4af960b028b35f1f0eb
fs/quota: add kernel_quotactl() helper; remove in-kernel call to syscall

Using the fs-internal kernel_quotactl() helper allows us to get rid of
the fs-internal call to the sys_quotactl() syscall.

This patch is part of a series which removes in-kernel calls to syscalls.
On this basis, the syscall entry path can be streamlined. For details, see
http://lkml.kernel.org/r/20180325162527.GA17492@light.dominikbrodowski.net

Acked-by: Jan Kara <jack@suse.cz>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
fs/quota/compat.c
fs/quota/quota.c
include/linux/quotaops.h