]> git.baikalelectronics.ru Git - kernel.git/commit
compat_ioctl: move sys_compat_ioctl() to ioctl.c
authorArnd Bergmann <arnd@arndb.de>
Fri, 7 Jun 2019 08:06:42 +0000 (10:06 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 3 Jan 2020 08:42:52 +0000 (09:42 +0100)
commit918f0b9f440eed9056f8453bbf24ea9506d228cf
tree83902dda83eafcb0be97cf93238fcc1697691d5d
parentb90d4a4a08594a45e153a00698269d5e3961d226
compat_ioctl: move sys_compat_ioctl() to ioctl.c

The rest of the fs/compat_ioctl.c file is no longer useful now,
so move the actual syscall as planned.

Reviewed-by: Ben Hutchings <ben.hutchings@codethink.co.uk>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
fs/Makefile
fs/compat_ioctl.c [deleted file]
fs/ioctl.c