]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commited1de6b4ad6a9cce16422e6ab148f320fdcee784
treefbbac26720351248b56079f36ce676b45f7f0e8f
parentdd1e0cd5fa9bda677dbccc6b9190db247e07d27d
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