Skip to content

Commit

Permalink
ide-tape: kill idetape_bh
Browse files Browse the repository at this point in the history
Impact: kill now unnecessary idetape_bh

With everything using standard mechanisms, there is no need for
idetape_bh anymore.  Kill it and use tape->buf, cur and valid to
describe data buffer instead.

Changes worth mentioning are...

* idetape_queue_rq_tail() now always queue tape->buf and and adjusts
  buffer state properly before completion.

* idetape_pad_zeros() clears the buffer only once.

Signed-off-by: Tejun Heo <tj@kernel.org>
  • Loading branch information
Tejun Heo committed Apr 18, 2009
1 parent 21d9c5d commit 963da55
Showing 1 changed file with 84 additions and 221 deletions.
Loading

0 comments on commit 963da55

Please sign in to comment.