Re: [uml-user] [PATCH v2.6.36-rc7] ubd: fix incorrect sector handling during request restart

2010-10-15 Thread Jens Axboe
On 2010-10-15 11:19, Tejun Heo wrote: Commit f81f2f7c (ubd: drop unnecessary rq-sector manipulation) dropped request-sector manipulation in preparation for global request handling cleanup; unfortunately, it incorrectly assumed that the updated sector wasn't being used. ubd tries to issue as

[uml-user] [PATCH v2.6.36-rc7] ubd: fix incorrect sector handling during request restart

2010-10-15 Thread Tejun Heo
Commit f81f2f7c (ubd: drop unnecessary rq-sector manipulation) dropped request-sector manipulation in preparation for global request handling cleanup; unfortunately, it incorrectly assumed that the updated sector wasn't being used. ubd tries to issue as many requests as possible to io_thread.