From: Tejun Heo Date: Sat, 18 Apr 2009 23:46:03 +0000 (+0900) Subject: ide-atapi: kill unused fields and callbacks X-Git-Tag: v2.6.31-rc1~389^2~127 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29d1a4371035e01b0d079bc5aa88b50f5af7a566;p=pandora-kernel.git 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 --- Reading git-diff-tree failed