fs: remove ksys_dup()
authorDominik Brodowski <linux@dominikbrodowski.net>
Tue, 23 Oct 2018 14:24:09 +0000 (16:24 +0200)
committerDominik Brodowski <linux@dominikbrodowski.net>
Thu, 12 Dec 2019 18:00:36 +0000 (19:00 +0100)
commit8243186f0cc7c57cf9d6a110cd7315c44e3e0be8
tree16ca25ed6b291eb41de0d11b383fa7a263ad1121
parentb49a733d684e0096340b93e9dfd471f0e3ddc06d
fs: remove ksys_dup()

ksys_dup() is used only at one place in the kernel, namely to duplicate
fd 0 of /dev/console to stdout and stderr. The same functionality can be
achieved by using functions already available within the kernel namespace.

Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
fs/file.c
include/linux/syscalls.h
init/main.c