]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
dm cache: make the 'mq' policy an alias for 'smq'
authorJoe Thornber <ejt@redhat.com>
Wed, 10 Feb 2016 10:18:10 +0000 (10:18 +0000)
committerMike Snitzer <snitzer@redhat.com>
Thu, 10 Mar 2016 22:12:08 +0000 (17:12 -0500)
commit9ed84698fdda63de93c68150c4f63673cc3d7b54
tree3722d66694317bf32b99444fd31a52ec7e5825ed
parente233d800a9648f2c0802aa23250d9c8af57bab43
dm cache: make the 'mq' policy an alias for 'smq'

smq seems to be performing better than the old mq policy in all
situations, as well as using a quarter of the memory.

Make 'mq' an alias for 'smq' when choosing a cache policy.  The tunables
that were present for the old mq are faked, and have no effect.  mq
should be considered deprecated now.

Signed-off-by: Joe Thornber <ejt@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Documentation/device-mapper/cache-policies.txt
drivers/md/Kconfig
drivers/md/Makefile
drivers/md/dm-cache-policy-mq.c [deleted file]
drivers/md/dm-cache-policy-smq.c