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)
commit2af563d071d63ac820354e4b275478a481845071
tree83902dda83eafcb0be97cf93238fcc1697691d5d
parentd320a9551e394cb2d842fd32d28e9805c2a18fbb
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