commit | f81f2f7c9fee307e371f37424577d46f9eaf8692 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Tue Apr 28 13:06:10 2009 +0900 |
committer | Jens Axboe <jens.axboe@oracle.com> | Tue Apr 28 08:14:51 2009 +0200 |
tree | 75bb4afd8690847234d502ad244d90c8c20a7bc6 | |
parent | 4d6c84d91d1a539ebc47d1a36a35e9390ba11fdc [diff] |
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 <tj@kernel.org> Cc: Jeff Dike <jdike@linux.intel.com> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>