summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-thin.c
diff options
context:
space:
mode:
authorJoe Thornber <ejt@redhat.com>2016-10-21 10:06:40 -0400
committerMike Snitzer <snitzer@redhat.com>2017-03-07 11:30:16 -0500
commit742c8fdc31e820503f9267070311d894978d1349 (patch)
tree42aba7a8ad9cd1db52aa9e3a0a14d3fd0112c65e /drivers/md/dm-thin.c
parentc1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201 (diff)
downloadop-kernel-dev-742c8fdc31e820503f9267070311d894978d1349.zip
op-kernel-dev-742c8fdc31e820503f9267070311d894978d1349.tar.gz
dm bio prison v2: new interface for the bio prison
The deferred set is gone and all methods have _v2 appended to the end of their names to allow for continued use of the original bio prison in DM thin-provisioning. Signed-off-by: Joe Thornber <ejt@redhat.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Diffstat (limited to 'drivers/md/dm-thin.c')
-rw-r--r--drivers/md/dm-thin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-thin.c b/drivers/md/dm-thin.c
index 2b266a2..9b3e2fc 100644
--- a/drivers/md/dm-thin.c
+++ b/drivers/md/dm-thin.c
@@ -5,7 +5,7 @@
*/
#include "dm-thin-metadata.h"
-#include "dm-bio-prison.h"
+#include "dm-bio-prison-v1.h"
#include "dm.h"
#include <linux/device-mapper.h>
OpenPOWER on IntegriCloud