]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - fs/utimes.c
fs: add do_futimesat() helper; remove internal call to sys_futimesat()
authorDominik Brodowski <linux@dominikbrodowski.net>
Sun, 11 Mar 2018 10:34:29 +0000 (11:34 +0100)
committerDominik Brodowski <linux@dominikbrodowski.net>
Mon, 2 Apr 2018 18:15:37 +0000 (20:15 +0200)
commitf13903587c189fa73da47ddd416eb31704c48486
treefbbac26720351248b56079f36ce676b45f7f0e8f
parentee81feb64ead8e4bed0ebc94c980e6cd836aaafd
fs: add do_futimesat() helper; remove internal call to sys_futimesat()

Using this helper removes the in-kernel call to the sys_futimesat()
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

Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
fs/utimes.c