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-users

[Xen-users] Possible minor bug in xen-blkfront

To: xen-users <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] Possible minor bug in xen-blkfront
From: Erwan RENIER <erwan.renier@xxxxxxxxxxx>
Date: Mon, 16 May 2011 22:26:06 +0200
Delivery-date: Mon, 16 May 2011 13:38:13 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Reply-to: erwan.renier@xxxxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; fr; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10
Hi,
I just noticed in initramfs that i can't rmmod xen-blkfront and modprobe it again : it will says something like the device major allready exists and indeed the line about xvd stays in /proc/devices With the dm_mod ,for example, the line disappear from /proc/modules with rmmod

maybe somthing like :
    unregister_blkdev(XENVBD_MAJOR, DEV_NAME);
should be added to the xlblk_exit function ?

( Allthought i 'm not sure it will make any problem except for me :)



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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Possible minor bug in xen-blkfront, Erwan RENIER <=