diff options
author | Mike Snitzer <snitzer@redhat.com> | 2020-02-27 20:25:31 +0100 |
---|---|---|
committer | Mike Snitzer <snitzer@redhat.com> | 2020-03-03 17:10:21 +0100 |
commit | 636be4241bdd88fec273b38723e44bad4e1c4fae (patch) | |
tree | dd2fd2685b723124dcb602d45b9ace4d082bec10 /drivers/md/dm-cache-target.c | |
parent | dm: fix congested_fn for request-based device (diff) | |
download | linux-636be4241bdd88fec273b38723e44bad4e1c4fae.tar.xz linux-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 'drivers/md/dm-cache-target.c')
-rw-r--r-- | drivers/md/dm-cache-target.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-cache-target.c b/drivers/md/dm-cache-target.c index f4be63671233..d3bb355819a4 100644 --- a/drivers/md/dm-cache-target.c +++ b/drivers/md/dm-cache-target.c @@ -3492,7 +3492,7 @@ static void cache_io_hints(struct dm_target *ti, struct queue_limits *limits) static struct target_type cache_target = { .name = "cache", - .version = {2, 1, 0}, + .version = {2, 2, 0}, .module = THIS_MODULE, .ctr = cache_ctr, .dtr = cache_dtr, |