dm thin: bump thin and thin-pool target versions
authorMike Snitzer <snitzer@redhat.com>
Wed, 6 Jan 2016 19:13:40 +0000 (14:13 -0500)
committerMike Snitzer <snitzer@redhat.com>
Thu, 7 Jan 2016 01:59:40 +0000 (20:59 -0500)
Commit 3d5f6733 ("dm thin metadata: speed up discard of partially mapped
volumes"), or some other dm-thinp change during the Linux 4.5
development window, really should've bumped these target versions.

Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm-thin.c

index a1cc797..72d91f4 100644 (file)
@@ -3886,7 +3886,7 @@ static struct target_type pool_target = {
        .name = "thin-pool",
        .features = DM_TARGET_SINGLETON | DM_TARGET_ALWAYS_WRITEABLE |
                    DM_TARGET_IMMUTABLE,
-       .version = {1, 16, 0},
+       .version = {1, 17, 0},
        .module = THIS_MODULE,
        .ctr = pool_ctr,
        .dtr = pool_dtr,
@@ -4260,7 +4260,7 @@ static void thin_io_hints(struct dm_target *ti, struct queue_limits *limits)
 
 static struct target_type thin_target = {
        .name = "thin",
-       .version = {1, 16, 0},
+       .version = {1, 17, 0},
        .module = THIS_MODULE,
        .ctr = thin_ctr,
        .dtr = thin_dtr,