commit | 29d1a4371035e01b0d079bc5aa88b50f5af7a566 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Sun Apr 19 08:46:03 2009 +0900 |
committer | Jens Axboe <jens.axboe@oracle.com> | Tue Apr 28 07:37:32 2009 +0200 |
tree | 4aad5a0868e1929f0ced33ffde34b334760c0522 | |
parent | 4344d07fb8dbf0cbfec1f7d7c1afeccaceaaa120 [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>