]> 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)
commit38d3e549b0481f7e3e044208e9ac4c7943b028d7
tree3a5608a006a5beda55d089b36650adae56bd5e7d
parentcfd918ff3e124567f6a44bb6f2cd23a47cb7b94e
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