ide: fix ide_kill_rq() for special ide-{floppy,tape} driver requests
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Tue, 23 Jun 2009 11:26:06 +0000 (11:26 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Jun 2009 06:57:14 +0000 (23:57 -0700)
Such requests should be failed with -EIO (like all other requests
in this function) instead of being completed successfully.

Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found