From: Tejun Heo Date: Fri, 8 May 2009 02:54:06 +0000 (+0900) Subject: paride: dequeue in-flight request X-Git-Tag: v2.6.31-rc1~389^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b12d4f82c1a3cdcb2441c803a3368a9426f2f47f;p=pandora-kernel.git paride: dequeue in-flight request pd/pf/pcd have track in-flight request by pd/pf/pcd_req. They can be converted to dequeueing model by updating fetching and completion paths. Convert them. Note that removal of elv_next_request() call from pf_next_buf() doesn't make any functional difference. The path is traveled only during partial completion of a request and elv_next_request() call must return the same request anyway. [ Impact: dequeue in-flight request ] Signed-off-by: Tejun Heo Cc: Tim Waugh Signed-off-by: Jens Axboe --- Reading git-diff-tree failed