[kernel] r17499 - in dists/trunk/linux-2.6/debian: . config
Ben Hutchings
benh at alioth.debian.org
Mon May 30 21:08:27 UTC 2011
Author: benh
Date: Mon May 30 21:08:26 2011
New Revision: 17499
Log:
dm: Enable DM_RAID, DM_FLAKEY as modules
Note these are currently experimental.
Modified:
dists/trunk/linux-2.6/debian/changelog
dists/trunk/linux-2.6/debian/config/config
Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog Mon May 30 21:04:26 2011 (r17498)
+++ dists/trunk/linux-2.6/debian/changelog Mon May 30 21:08:26 2011 (r17499)
@@ -23,6 +23,8 @@
* can: Enable CAN_SOFTING, CAN_SOFTING_CS as modules
* mtd: Enable MTD_SWAP as module
* of, proc: Enable PROC_DEVICETREE
+ * dm: Enable DM_RAID, DM_FLAKEY as modules. Note these are currently
+ experimental.
-- Ben Hutchings <ben at decadent.org.uk> Sat, 21 May 2011 22:13:08 +0100
Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config Mon May 30 21:04:26 2011 (r17498)
+++ dists/trunk/linux-2.6/debian/config/config Mon May 30 21:08:26 2011 (r17499)
@@ -819,6 +819,7 @@
CONFIG_DM_CRYPT=m
CONFIG_DM_SNAPSHOT=m
CONFIG_DM_MIRROR=m
+CONFIG_DM_RAID=m
CONFIG_DM_LOG_USERSPACE=m
CONFIG_DM_ZERO=m
CONFIG_DM_MULTIPATH=m
@@ -826,6 +827,7 @@
CONFIG_DM_MULTIPATH_ST=m
CONFIG_DM_DELAY=m
CONFIG_DM_UEVENT=y
+CONFIG_DM_FLAKEY=m
##
## file: drivers/media/Kconfig
More information about the Kernel-svn-changes
mailing list