diff options
author | Mike Snitzer <snitzer@redhat.com> | 2020-02-27 22:25:31 +0300 |
---|---|---|
committer | Mike Snitzer <snitzer@redhat.com> | 2020-03-03 19:10:21 +0300 |
commit | 636be4241bdd88fec273b38723e44bad4e1c4fae (patch) | |
tree | dd2fd2685b723124dcb602d45b9ace4d082bec10 /drivers/md/dm-zoned-target.c | |
parent | 974f51e8633f0f3f33e8f86bbb5ae66758aa63c7 (diff) | |
download | linux-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-zoned-target.c')
-rw-r--r-- | drivers/md/dm-zoned-target.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-zoned-target.c b/drivers/md/dm-zoned-target.c index b1e64cd31647..f4f83d39b3dc 100644 --- a/drivers/md/dm-zoned-target.c +++ b/drivers/md/dm-zoned-target.c @@ -967,7 +967,7 @@ static int dmz_iterate_devices(struct dm_target *ti, static struct target_type dmz_type = { .name = "zoned", - .version = {1, 0, 0}, + .version = {1, 1, 0}, .features = DM_TARGET_SINGLETON | DM_TARGET_ZONED_HM, .module = THIS_MODULE, .ctr = dmz_ctr, |