commit | 6d7003877c2f0578f1c08f66d05c3f72ef4ae596 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Sun Apr 19 08:46:03 2009 +0900 |
committer | Tejun Heo <tj@kernel.org> | Sun Apr 19 08:46:03 2009 +0900 |
tree | 81e2ba44a3b12c1b946adc8a9453506a52405976 | |
parent | 07bd9686c50c2b1f10e48089d4fb836a971f5177 [diff] |
ide-atapi: kill unused fields and callbacks Impact: remove fields and code paths which are no longer necessary Now that ide-tape uses standard mechanisms to transfer data, special case handling for bh handling can be dropped from ide-atapi. Drop the followings. * pc->cur_pos, b_count, bh and b_data * drive->pc_update_buffers() and pc_io_buffers(). Signed-off-by: Tejun Heo <tj@kernel.org>