Enable CONFIG_DM_CACHE (rhbz 924325)

This commit is contained in:
Dave Jones 2013-03-26 11:11:15 -04:00
parent e192462c67
commit 5eb41544d2
2 changed files with 4 additions and 1 deletions

View File

@ -595,7 +595,7 @@ CONFIG_DM_MIRROR=y
CONFIG_DM_MULTIPATH=m
CONFIG_DM_SNAPSHOT=y
CONFIG_DM_THIN_PROVISIONING=m
# CONFIG_DM_CACHE is not set
CONFIG_DM_CACHE=m
# CONFIG_DM_DEBUG_BLOCK_STACK_TRACING is not set
# CONFIG_DM_DEBUG_SPACE_MAPS is not set
CONFIG_DM_UEVENT=y

View File

@ -2294,6 +2294,9 @@ fi
# and build.
%changelog
* Tue Mar 26 2013 Dave Jones <davej@redhat.com>
- Enable CONFIG_DM_CACHE (rhbz 924325)
* Tue Mar 26 2013 Josh Boyer <jwboyer@redhat.com>
- Add quirk for Realtek card reader to avoid 10 sec boot delay (rhbz 806587)
- Add quirk for MSI keyboard backlight to avoid 10 sec boot delay (rhbz 907221)