Skip to content

Commit 2af6c07

Browse files
committed
dm thin: bump target version
Decoupled version bump from commit f6c3675 ("dm thin: send event about thin-pool state change _after_ making it") because version bumps just create conflicts when backporting to the stable trees. Signed-off-by: Mike Snitzer <snitzer@redhat.com>
1 parent f6c3675 commit 2af6c07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/md/dm-thin.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4025,7 +4025,7 @@ static struct target_type pool_target = {
40254025
.name = "thin-pool",
40264026
.features = DM_TARGET_SINGLETON | DM_TARGET_ALWAYS_WRITEABLE |
40274027
DM_TARGET_IMMUTABLE,
4028-
.version = {1, 20, 0},
4028+
.version = {1, 21, 0},
40294029
.module = THIS_MODULE,
40304030
.ctr = pool_ctr,
40314031
.dtr = pool_dtr,
@@ -4399,7 +4399,7 @@ static void thin_io_hints(struct dm_target *ti, struct queue_limits *limits)
43994399

44004400
static struct target_type thin_target = {
44014401
.name = "thin",
4402-
.version = {1, 20, 0},
4402+
.version = {1, 21, 0},
44034403
.module = THIS_MODULE,
44044404
.ctr = thin_ctr,
44054405
.dtr = thin_dtr,

0 commit comments

Comments
 (0)