diff options
author | Mike Snitzer <snitzer@redhat.com> | 2016-01-06 14:13:40 -0500 |
---|---|---|
committer | Mike Snitzer <snitzer@redhat.com> | 2016-01-06 20:59:40 -0500 |
commit | 1c2e54e1ed6f0a87ae628c520768a53dc60bc2f4 (patch) | |
tree | fdb8f33014d7da7e2a8d5c4d1971e90d0649f481 | |
parent | 18d03e8c25f173f4107a40d0b8c24defb6ed69f3 (diff) |
dm thin: bump thin and thin-pool target versions
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>
-rw-r--r-- | drivers/md/dm-thin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/md/dm-thin.c b/drivers/md/dm-thin.c index a1cc797fe88f..72d91f477683 100644 --- a/drivers/md/dm-thin.c +++ b/drivers/md/dm-thin.c | |||
@@ -3886,7 +3886,7 @@ static struct target_type pool_target = { | |||
3886 | .name = "thin-pool", | 3886 | .name = "thin-pool", |
3887 | .features = DM_TARGET_SINGLETON | DM_TARGET_ALWAYS_WRITEABLE | | 3887 | .features = DM_TARGET_SINGLETON | DM_TARGET_ALWAYS_WRITEABLE | |
3888 | DM_TARGET_IMMUTABLE, | 3888 | DM_TARGET_IMMUTABLE, |
3889 | .version = {1, 16, 0}, | 3889 | .version = {1, 17, 0}, |
3890 | .module = THIS_MODULE, | 3890 | .module = THIS_MODULE, |
3891 | .ctr = pool_ctr, | 3891 | .ctr = pool_ctr, |
3892 | .dtr = pool_dtr, | 3892 | .dtr = pool_dtr, |
@@ -4260,7 +4260,7 @@ static void thin_io_hints(struct dm_target *ti, struct queue_limits *limits) | |||
4260 | 4260 | ||
4261 | static struct target_type thin_target = { | 4261 | static struct target_type thin_target = { |
4262 | .name = "thin", | 4262 | .name = "thin", |
4263 | .version = {1, 16, 0}, | 4263 | .version = {1, 17, 0}, |
4264 | .module = THIS_MODULE, | 4264 | .module = THIS_MODULE, |
4265 | .ctr = thin_ctr, | 4265 | .ctr = thin_ctr, |
4266 | .dtr = thin_dtr, | 4266 | .dtr = thin_dtr, |