]> git.baikalelectronics.ru Git - kernel.git/commit
compat_ioctl: remove /dev/raw ioctl translation
authorArnd Bergmann <arnd@arndb.de>
Fri, 7 Sep 2018 09:18:38 +0000 (11:18 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 23 Oct 2019 15:23:45 +0000 (17:23 +0200)
commit38c0f99a3c2fb0449bd6a3b56976e981cf6960eb
tree3a5608a006a5beda55d089b36650adae56bd5e7d
parentea8f9a5a58e825b1f21ffe21e00de642e5144484
compat_ioctl: remove /dev/raw ioctl translation

The /dev/rawX implementation already handles these just fine, so
the entries in the table are not needed any more.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
fs/compat_ioctl.c