From 50f3c3efdd5773d90396be07a7ecaa58227ff906 Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Fri, 13 Jun 2014 13:57:09 +0100 Subject: [PATCH] dm thin: switch to an atomic_t for tracking pending new block preparations Previously we used separate boolean values to track quiescing and copying actions. By switching to an atomic_t we can support blocks that need a partial copy and partial zero. Signed-off-by: Joe Thornber Signed-off-by: Mike Snitzer --- Reading git-format-patch failed