https://github.com/torvalds/linux
Revision 34dd051741572859bc1fef525c5ddbc127158b52 authored by Yi Zhang on 12 August 2015, 11:22:43 UTC, committed by Mike Snitzer on 12 August 2015, 15:27:29 UTC
When creating dm-cache with the default policy, it will call
request_module("dm-cache-default") to register the default policy.
But the "dm-cache-default" alias was left referring to the MQ policy.
Fix this by moving the module alias to SMQ.

Fixes: bccab6a0 (dm cache: switch the "default" cache replacement policy from mq to smq)
Signed-off-by: Yi Zhang <yizhan@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
1 parent b0dc3c8
History
Tip revision: 34dd051741572859bc1fef525c5ddbc127158b52 authored by Yi Zhang on 12 August 2015, 11:22:43 UTC
dm cache policy smq: move 'dm-cache-default' module alias to SMQ
Tip revision: 34dd051
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 1.2 KB
.mailmap -rw-r--r-- 5.3 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 94.7 KB
Kbuild -rw-r--r-- 2.6 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 313.7 KB
Makefile -rw-r--r-- 53.3 KB
README -rw-r--r-- 18.2 KB
REPORTING-BUGS -rw-r--r-- 7.3 KB

README

back to top