summaryrefslogtreecommitdiff
path: root/drivers/md/dm-verity-target.c
diff options
context:
space:
mode:
authorMike Snitzer <snitzer@redhat.com>2020-02-27 22:25:31 +0300
committerMike Snitzer <snitzer@redhat.com>2020-03-03 19:10:21 +0300
commit636be4241bdd88fec273b38723e44bad4e1c4fae (patch)
treedd2fd2685b723124dcb602d45b9ace4d082bec10 /drivers/md/dm-verity-target.c
parent974f51e8633f0f3f33e8f86bbb5ae66758aa63c7 (diff)
downloadlinux-636be4241bdd88fec273b38723e44bad4e1c4fae.tar.xz
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 'drivers/md/dm-verity-target.c')
-rw-r--r--drivers/md/dm-verity-target.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-verity-target.c b/drivers/md/dm-verity-target.c
index 0d61e9c67986..eec9f252e935 100644
--- a/drivers/md/dm-verity-target.c
+++ b/drivers/md/dm-verity-target.c
@@ -1221,7 +1221,7 @@ bad:
static struct target_type verity_target = {
.name = "verity",
- .version = {1, 5, 0},
+ .version = {1, 6, 0},
.module = THIS_MODULE,
.ctr = verity_ctr,
.dtr = verity_dtr,