| commit | 0bf1c3976425d85c2e0774f95000d09b61d3fc26 | [log] [tgz] |
|---|---|---|
| author | Arnd Bergmann <arnd@arndb.de> | Fri Sep 07 11:35:56 2018 +0200 |
| committer | Arnd Bergmann <arnd@arndb.de> | Thu Mar 14 11:10:33 2019 +0100 |
| tree | ae62158c97e25e653db3b1b4c4bae433ea5a3e91 | |
| parent | bf525a3dbbe0e1941f7b2009b48ccbbd06600e02 [diff] |
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.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>