aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-integrity.c
diff options
context:
space:
mode:
authorMike Snitzer <snitzer@redhat.com>2020-02-27 14:25:31 -0500
committerMike Snitzer <snitzer@redhat.com>2020-03-03 11:10:21 -0500
commit636be4241bdd88fec273b38723e44bad4e1c4fae (patch)
treedd2fd2685b723124dcb602d45b9ace4d082bec10 /drivers/md/dm-integrity.c
parentdm: fix congested_fn for request-based device (diff)
downloadlinux-dev-636be4241bdd88fec273b38723e44bad4e1c4fae.tar.xz
linux-dev-636be4241bdd88fec273b38723e44bad4e1c4fae.zip
dm: bump version of core and various targets
Changes made during the 5.6 cycle warrant bumping the version number for DM core and the targets modified by this commit. It should be noted that dm-thin, dm-crypt and dm-raid already had their target version bumped during the 5.6 merge window. Signed-off-by; Mike Snitzer <snitzer@redhat.com>
Diffstat (limited to '')
-rw-r--r--drivers/md/dm-integrity.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-integrity.c b/drivers/md/dm-integrity.c
index a82a9c257744..2f03fecd312d 100644
--- a/drivers/md/dm-integrity.c
+++ b/drivers/md/dm-integrity.c
@@ -4202,7 +4202,7 @@ static void dm_integrity_dtr(struct dm_target *ti)
static struct target_type integrity_target = {
.name = "integrity",
- .version = {1, 4, 0},
+ .version = {1, 5, 0},
.module = THIS_MODULE,
.features = DM_TARGET_SINGLETON | DM_TARGET_INTEGRITY,
.ctr = dm_integrity_ctr,