From: Mike Snitzer Date: Wed, 11 Dec 2013 19:01:20 +0000 (-0500) Subject: dm thin: add mappings to end of prepared_* lists X-Git-Tag: v3.14-rc1~130^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=daec338bbdaa96ba5b14c4777603e65ef74c769b;p=pandora-kernel.git dm thin: add mappings to end of prepared_* lists Mappings could be processed in descending logical block order, particularly if buffered IO is used. This could adversely affect the latency of IO processing. Fix this by adding mappings to the end of the 'prepared_mappings' and 'prepared_discards' lists. Signed-off-by: Mike Snitzer Acked-by: Joe Thornber --- Reading git-diff-tree failed