]> 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)
commite350c25da4efead8c86754619dbd33a5186cb899
tree83902dda83eafcb0be97cf93238fcc1697691d5d
parent40f466ccc5ff306372c20addad769b3aa4e21758
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