| commit | d681cb8d504e66f8bc695bf5726540ead238274c | [log] [tgz] |
|---|---|---|
| author | Arnd Bergmann <arnd@arndb.de> | Fri Mar 15 17:26:56 2019 +0100 |
| committer | Arnd Bergmann <arnd@arndb.de> | Wed Apr 17 11:23:47 2019 +0200 |
| tree | 1e81ae096b1529b212264aa8b9d5764409aca706 | |
| parent | 531ffc219044c9b444c3a74ecee2726287ef9ce9 [diff] |
ide: floppy: add compat_ioctl handler Rather than relying on fs/compat_ioctl.c, this adds support for a compat_ioctl() callback in the ide-floppy driver directly, which lets it translate the scsi commands. Signed-off-by: Arnd Bergmann <arnd@arndb.de>