Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b5451e45 authored by Mike Snitzer's avatar Mike Snitzer
Browse files

dm cache policy smq: fix "default" version to be 1.4.0



Commit bccab6a0 ("dm cache: switch the "default" cache replacement
policy from mq to smq") should've incremented the "default" policy's
version number to 1.4.0 rather than reverting to version 1.0.0.

Reported-by: default avatarAlasdair G Kergon <agk@redhat.com>
Signed-off-by: default avatarMike Snitzer <snitzer@redhat.com>
parent 5532fba2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1750,7 +1750,7 @@ static struct dm_cache_policy_type smq_policy_type = {

static struct dm_cache_policy_type default_policy_type = {
	.name = "default",
	.version = {1, 0, 0},
	.version = {1, 4, 0},
	.hint_size = 4,
	.owner = THIS_MODULE,
	.create = smq_create,