dm cache: bump the target version
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
This commit is contained in:
parent
d14fcf3dd7
commit
843f0f2e8f
1 changed files with 1 additions and 1 deletions
|
@ -3814,7 +3814,7 @@ static void cache_io_hints(struct dm_target *ti, struct queue_limits *limits)
|
|||
|
||||
static struct target_type cache_target = {
|
||||
.name = "cache",
|
||||
.version = {1, 8, 0},
|
||||
.version = {1, 9, 0},
|
||||
.module = THIS_MODULE,
|
||||
.ctr = cache_ctr,
|
||||
.dtr = cache_dtr,
|
||||
|
|
Loading…
Reference in a new issue