]> asedeno.scripts.mit.edu Git - linux.git/commit
compat_ioctl: remove last RAID handling code
authorArnd Bergmann <arnd@arndb.de>
Fri, 7 Sep 2018 09:35:56 +0000 (11:35 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 23 Oct 2019 15:23:45 +0000 (17:23 +0200)
commitcaca7d10f815c9e70b5d34ca4807ee5c01e19a86
tree600b1c2ad9831fe758a67f1510d2b4005f8b2f75
parent50a2e74bc2d1cf983f15dc5a8b2d3b8ade6c82f5
compat_ioctl: remove last RAID handling code

Commit aa98aa31987a ("md: move compat_ioctl handling into md.c")
already removed the COMPATIBLE_IOCTL() table entries and added
a complete implementation, but a few lines got left behind and
should also be removed here.

Cc: linux-raid@vger.kernel.org
Cc: Song Liu <song@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
fs/compat_ioctl.c