|
@@ -4025,7 +4025,7 @@ static struct target_type pool_target = {
|
|
.name = "thin-pool",
|
|
.name = "thin-pool",
|
|
.features = DM_TARGET_SINGLETON | DM_TARGET_ALWAYS_WRITEABLE |
|
|
.features = DM_TARGET_SINGLETON | DM_TARGET_ALWAYS_WRITEABLE |
|
|
DM_TARGET_IMMUTABLE,
|
|
DM_TARGET_IMMUTABLE,
|
|
- .version = {1, 20, 0},
|
|
|
|
|
|
+ .version = {1, 21, 0},
|
|
.module = THIS_MODULE,
|
|
.module = THIS_MODULE,
|
|
.ctr = pool_ctr,
|
|
.ctr = pool_ctr,
|
|
.dtr = pool_dtr,
|
|
.dtr = pool_dtr,
|
|
@@ -4399,7 +4399,7 @@ static void thin_io_hints(struct dm_target *ti, struct queue_limits *limits)
|
|
|
|
|
|
static struct target_type thin_target = {
|
|
static struct target_type thin_target = {
|
|
.name = "thin",
|
|
.name = "thin",
|
|
- .version = {1, 20, 0},
|
|
|
|
|
|
+ .version = {1, 21, 0},
|
|
.module = THIS_MODULE,
|
|
.module = THIS_MODULE,
|
|
.ctr = thin_ctr,
|
|
.ctr = thin_ctr,
|
|
.dtr = thin_dtr,
|
|
.dtr = thin_dtr,
|