From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastian Blank Subject: [PATCH] Fix name of Xen event-channel device Date: Thu, 27 May 2010 17:02:51 +0200 Message-ID: <20100527150251.GD6040@wavehammer.waldi.eu.org> References: <20100526105144.GA28280@wavehammer.waldi.eu.org> <20100527073512.GA17135@wavehammer.waldi.eu.org> <20100527143104.GB6040@wavehammer.waldi.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline In-Reply-To: <20100527143104.GB6040@wavehammer.waldi.eu.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com, Jeremy Fitzhardinge , linux-kernel@vger.kernel.org List-Id: xen-devel@lists.xenproject.org The Xen event-channel device is named evtchn in the kernel but always used as /dev/xen/evtchn in userspace. This patch fixes the name. Signed-off-by: Bastian Blank diff --git a/drivers/xen/evtchn.c b/drivers/xen/evtchn.c index 66e185c..89cd743 100644 --- a/drivers/xen/evtchn.c +++ b/drivers/xen/evtchn.c @@ -471,7 +471,7 @@ static const struct file_operations evtchn_fops =3D { =20 static struct miscdevice evtchn_miscdev =3D { .minor =3D MISC_DYNAMIC_MINOR, - .name =3D "evtchn", + .name =3D "xen/evtchn", .fops =3D &evtchn_fops, }; static int __init evtchn_init(void) --=20 Yes, it is written. Good shall always destroy evil. -- Sirah the Yang, "The Omega Glory", stardate unknown