Switch the loop driver to a module and change to doing on-demand creation
(rhbz 896160) - Disable CRYPTOLOOP as F18 util-linux is the last to support it (rhbz 896160)
This commit is contained in:
parent
d96b81ac06
commit
3efff9b429
@ -302,9 +302,10 @@ CONFIG_CISS_SCSI_TAPE=y
|
|||||||
CONFIG_BLK_DEV_DAC960=m
|
CONFIG_BLK_DEV_DAC960=m
|
||||||
CONFIG_BLK_DEV_DRBD=m
|
CONFIG_BLK_DEV_DRBD=m
|
||||||
CONFIG_BLK_DEV_UMEM=m
|
CONFIG_BLK_DEV_UMEM=m
|
||||||
CONFIG_BLK_DEV_LOOP=y
|
CONFIG_BLK_DEV_LOOP=m
|
||||||
CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
|
CONFIG_BLK_DEV_LOOP_MIN_COUNT=0
|
||||||
CONFIG_BLK_DEV_CRYPTOLOOP=m
|
# Fedora 18 util-linux is the last release that supports cryptoloop devices
|
||||||
|
# CONFIG_BLK_DEV_CRYPTOLOOP is not set
|
||||||
CONFIG_BLK_DEV_NBD=m
|
CONFIG_BLK_DEV_NBD=m
|
||||||
CONFIG_BLK_DEV_NVME=m
|
CONFIG_BLK_DEV_NVME=m
|
||||||
CONFIG_BLK_DEV_OSD=m
|
CONFIG_BLK_DEV_OSD=m
|
||||||
|
@ -2237,6 +2237,11 @@ fi
|
|||||||
# ||----w |
|
# ||----w |
|
||||||
# || ||
|
# || ||
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 10 2013 Josh Boyer <jwboyer@redhat.com>
|
||||||
|
- Switch the loop driver to a module and change to doing on-demand creation
|
||||||
|
(rhbz 896160)
|
||||||
|
- Disable CRYPTOLOOP as F18 util-linux is the last to support it (rhbz 896160)
|
||||||
|
|
||||||
* Fri May 10 2013 Josh Boyer <jwboyer@redhat.com> - 3.10.0-0.rc0.git25.1
|
* Fri May 10 2013 Josh Boyer <jwboyer@redhat.com> - 3.10.0-0.rc0.git25.1
|
||||||
- Linux v3.9-12316-g70eba42
|
- Linux v3.9-12316-g70eba42
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user