Skip to content

Commit 0e0c50e

Browse files
author
Mike Snitzer
committed
dm-crypt, dm-integrity, dm-verity: bump target version
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
1 parent 787f1b2 commit 0e0c50e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

drivers/md/dm-crypt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3702,7 +3702,7 @@ static void crypt_io_hints(struct dm_target *ti, struct queue_limits *limits)
37023702

37033703
static struct target_type crypt_target = {
37043704
.name = "crypt",
3705-
.version = {1, 24, 0},
3705+
.version = {1, 25, 0},
37063706
.module = THIS_MODULE,
37073707
.ctr = crypt_ctr,
37083708
.dtr = crypt_dtr,

drivers/md/dm-integrity.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4736,7 +4736,7 @@ static void dm_integrity_dtr(struct dm_target *ti)
47364736

47374737
static struct target_type integrity_target = {
47384738
.name = "integrity",
4739-
.version = {1, 10, 0},
4739+
.version = {1, 11, 0},
47404740
.module = THIS_MODULE,
47414741
.features = DM_TARGET_SINGLETON | DM_TARGET_INTEGRITY,
47424742
.ctr = dm_integrity_ctr,

drivers/md/dm-verity-target.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1560,7 +1560,7 @@ int dm_verity_get_root_digest(struct dm_target *ti, u8 **root_digest, unsigned i
15601560
static struct target_type verity_target = {
15611561
.name = "verity",
15621562
.features = DM_TARGET_IMMUTABLE,
1563-
.version = {1, 9, 0},
1563+
.version = {1, 10, 0},
15641564
.module = THIS_MODULE,
15651565
.ctr = verity_ctr,
15661566
.dtr = verity_dtr,

0 commit comments

Comments
 (0)