ide_tape: kill off use of the ->ioctl operation
authorAlan Cox <alan@linux.intel.com>
Mon, 4 Jan 2010 06:24:00 +0000 (06:24 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 12 Jan 2010 09:56:54 +0000 (01:56 -0800)
commit05227adff206c7290e8bbf1c28be771c2cbfa0ee
treed2b96c8d37bde4bc40c68359ce15fab37c23c61b
parent066000dd856709b6980123eb39b957fe26993f7b
ide_tape: kill off use of the ->ioctl operation

Ready to get everything using unlocked_ioctl()

For ide_tape we just push down as this is legacy code anyway

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/ide/ide-tape.c