]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/md/dm-stripe.c
Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
[karo-tx-linux.git] / drivers / md / dm-stripe.c
index 5ef49c121d9955dfafaf7b4ba30c50f3449c1df0..4b50ae115c6d34370cde6780178c1c49aabeba67 100644 (file)
@@ -442,6 +442,7 @@ static void stripe_io_hints(struct dm_target *ti,
 static struct target_type stripe_target = {
        .name   = "striped",
        .version = {1, 6, 0},
+       .features = DM_TARGET_PASSES_INTEGRITY,
        .module = THIS_MODULE,
        .ctr    = stripe_ctr,
        .dtr    = stripe_dtr,