aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/ide.h
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2019-03-15 17:26:56 +0100
committerArnd Bergmann <arnd@arndb.de>2020-01-03 09:33:24 +0100
commitc103d6ee69f93e123dd05e7d307b099b83c0d82c (patch)
tree268893eb3bde4dffa21004fa28c51b97545e687f /include/linux/ide.h
parentcompat_ioctl: bsg: add handler (diff)
downloadwireguard-linux-c103d6ee69f93e123dd05e7d307b099b83c0d82c.tar.xz
wireguard-linux-c103d6ee69f93e123dd05e7d307b099b83c0d82c.zip
compat_ioctl: ide: floppy: add 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. Reviewed-by: Ben Hutchings <ben.hutchings@codethink.co.uk> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r--include/linux/ide.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index 46b771d6999e..06dae6438557 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -413,6 +413,8 @@ struct ide_disk_ops {
sector_t);
int (*ioctl)(struct ide_drive_s *, struct block_device *,
fmode_t, unsigned int, unsigned long);
+ int (*compat_ioctl)(struct ide_drive_s *, struct block_device *,
+ fmode_t, unsigned int, unsigned long);
};
/* ATAPI device flags */