WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [linux-2.6.18-xen] blkback default configuration was inc

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [linux-2.6.18-xen] blkback default configuration was incorrectly changed from 'y' to 'm'.
From: "Xen patchbot-linux-2.6.18-xen" <patchbot-linux-2.6.18-xen@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 05 Jun 2008 05:40:18 -0700
Delivery-date: Thu, 05 Jun 2008 05:40:52 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1212658777 -3600
# Node ID 5c92cb1a32011cf573bc3996236fcdbfeb250c53
# Parent  8331484a36f512e5960cfe3d0e5c54a1a3bc9f02
blkback default configuration was incorrectly changed from 'y' to 'm'.
This changeset puts it back.

Signed-off-by: Tomonari Horikoshi <t.horikoshi@xxxxxxxxxxxxxx>
Signed-off-by: Jun Kamada <kama@xxxxxxxxxxxxxx>
---
 drivers/xen/Kconfig |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 8331484a36f5 -r 5c92cb1a3201 drivers/xen/Kconfig
--- a/drivers/xen/Kconfig       Thu Jun 05 10:37:58 2008 +0100
+++ b/drivers/xen/Kconfig       Thu Jun 05 10:39:37 2008 +0100
@@ -176,7 +176,7 @@ config XEN_SCSI_BACKEND
 
 config XEN_BLKDEV_FRONTEND
        tristate "Block-device frontend driver"
-       default m
+       default y
        help
          The block-device frontend driver allows the kernel to access block
          devices mounted within another guest OS. Unless you are building a

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [linux-2.6.18-xen] blkback default configuration was incorrectly changed from 'y' to 'm'., Xen patchbot-linux-2.6.18-xen <=