From: Tejun Heo Date: Thu, 7 May 2009 13:24:36 +0000 (+0900) Subject: ide-tape: don't initialize rq->sector for rw requests X-Git-Tag: v2.6.31-rc1~389^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9720aef2539c10e3a872e9a92beec225030d99db;p=pandora-kernel.git ide-tape: don't initialize rq->sector for rw requests rq->sector is set to the tape->first_frame but it's never actually used and not even in the correct unit (512 byte sectors). Don't set it. [ Impact: cleanup ] Signed-off-by: Tejun Heo Acked-by: Borislav Petkov Acked-by: Bartlomiej Zolnierkiewicz Signed-off-by: Jens Axboe --- Reading git-diff-tree failed