From: Tejun Heo Date: Sat, 18 Apr 2009 23:46:02 +0000 (+0900) Subject: ide-tape: kill idetape_bh X-Git-Tag: v2.6.31-rc1~397^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=963da55c4b9eeeb2085ca74ba927cf77bce966d4;p=pandora-kernel.git ide-tape: kill idetape_bh 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 --- Reading git-diff-tree failed