From: Tejun Heo Date: Tue, 28 Apr 2009 04:06:10 +0000 (+0900) Subject: ubd: drop unnecessary rq->sector manipulation X-Git-Tag: v2.6.31-rc1~389^2~99 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f81f2f7c9fee307e371f37424577d46f9eaf8692;p=pandora-kernel.git ubd: drop unnecessary rq->sector manipulation ubd curiously updates rq->sector while issuing the request in multiple pieces. Don't do it and simply use local copy of sector. [ Impact: cleanup ] Signed-off-by: Tejun Heo Cc: Jeff Dike Signed-off-by: Jens Axboe --- Reading git-diff-tree failed