From: Jonathan Brassow Date: Thu, 13 Jan 2011 19:59:50 +0000 (+0000) Subject: dm log userspace: split flush queue X-Git-Tag: v2.6.38-rc1~221^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=909cc4fb48dd9870f6ebe4bd32cfbe37c102df62;p=pandora-kernel.git dm log userspace: split flush queue Split the 'flush_list', which contained a mix of both 'mark' and 'clear' requests, into two distinct lists ('mark_list' and 'clear_list'). The device mapper log implementations (used by various DM targets) are allowed to cache 'mark' and 'clear' requests until a 'flush' is received. Until now, these cached requests were kept in the same list. They will now be put into distinct lists to facilitate group processing of these requests (in the next patch). Signed-off-by: Jonathan Brassow Signed-off-by: Mike Snitzer Signed-off-by: Alasdair G Kergon --- Reading git-diff-tree failed