commit | fe47a0ef2b411a603d149e47bb02a8ca90afb60f | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Fri Jun 07 10:06:42 2019 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Mon Jul 29 11:33:50 2019 +0200 |
tree | 60046eb27ad49964af18cea3bb3921fd515802f4 | |
parent | d32e2762c4d0a59b15a0aab694b84fcc815f88d9 [diff] |
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. Signed-off-by: Arnd Bergmann <arnd@arndb.de>