Borislav Petkov 5e69bd959d ide-tape: remove pipeline-specific code from idetape_add_chrdev_read_request()
In order to do away with queueing read requests on the pipeline, several things
have to be done:

1. Do not allocate additional pipeline stages in idetape_init_read() until
(tape->nr_stages < max_stages) and do only read operation preparations. As a
collateral result, idetape_add_stage_tail() becomes unused so remove it.

2. Queue the read request's buffer directly thru idetape_queue_rw_tail().

3. Remove now unused idetape_kmalloc_stage() and idetape_switch_buffers().

[bart: simplify the original patch]

Signed-off-by: Borislav Petkov <petkovbb@gmail.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
2008-04-27 15:38:25 +02:00
..
2008-04-25 01:26:28 -04:00
2008-04-21 22:38:45 +00:00
2008-04-25 00:06:52 +01:00
2008-04-19 20:40:10 -04:00
2008-04-24 23:15:43 +02:00
2008-04-26 22:25:24 +02:00
2008-04-23 21:25:35 -04:00
2008-04-07 13:14:22 -07:00
2008-04-24 23:57:33 +02:00
2008-04-24 23:57:33 +02:00