From: Mikulas Patocka Date: Thu, 2 Apr 2009 18:55:39 +0000 (+0100) Subject: dm: merge pushback and deferred bio lists X-Git-Tag: v2.6.30-rc1~230^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=022c261100e15652d720395b17ce76304fb2f97f;p=pandora-kernel.git dm: merge pushback and deferred bio lists Merge pushback and deferred lists into one list - use deferred list for both deferred and pushed-back bios. This will be needed for proper support of barrier bios: it is impossible to support ordering correctly with two lists because the requests on both lists will be mixed up. Signed-off-by: Mikulas Patocka Signed-off-by: Alasdair G Kergon --- Reading git-diff-tree failed