From: Tejun Heo Date: Thu, 13 Jan 2011 19:59:56 +0000 (+0000) Subject: dm snapshot: remove unused dm_snapshot queued_bios_work X-Git-Tag: v2.6.38-rc1~221^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fecec20e55ec117a09857ac1a455e2e6e2f17df4;p=pandora-kernel.git dm snapshot: remove unused dm_snapshot queued_bios_work dm_snapshot->queued_bios_work isn't used. Remove ->queued_bios[_work] from dm_snapshot structure, the flush_queued_bios work function and ksnapd workqueue. The DM snapshot changes that were going to use the ksnapd workqueue were either superseded (fix for origin write races) or never completed (deallocation of invalid snapshot's memory via workqueue). Signed-off-by: Tejun Heo Signed-off-by: Mike Snitzer Signed-off-by: Alasdair G Kergon --- Reading git-diff-tree failed