Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261425AbUCAUUf (ORCPT ); Mon, 1 Mar 2004 15:20:35 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261426AbUCAUUf (ORCPT ); Mon, 1 Mar 2004 15:20:35 -0500 Received: from wsip-68-14-253-125.ph.ph.cox.net ([68.14.253.125]:32438 "EHLO office.labsysgrp.com") by vger.kernel.org with ESMTP id S261425AbUCAUUa (ORCPT ); Mon, 1 Mar 2004 15:20:30 -0500 Message-ID: <40439B03.4000505@backtobasicsmgmt.com> Date: Mon, 01 Mar 2004 13:20:19 -0700 From: "Kevin P. Fleming" Organization: Back To Basics Network Management User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nigel Kukard CC: linux-kernel@vger.kernel.org Subject: Re: [2.6.3] Sysfs breakage - tun.ko References: <4043938C.9090504@lbsd.net> In-Reply-To: <4043938C.9090504@lbsd.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 830 Lines: 22 Nigel Kukard wrote: > --- drivers/net/tun.c.old 2004-02-27 18:18:55.000000000 +0200 > +++ drivers/net/tun.c 2004-02-27 18:19:02.000000000 +0200 > @@ -605,7 +605,7 @@ > > static struct miscdevice tun_miscdev = { > .minor = TUN_MINOR, > - .name = "net/tun", > + .name = "tun", > .fops = &tun_fops > }; This changed back and forth since the tun driver was added to the kernel; making this change will cause the devfs path to the tun node to change, and userspace applications expect it to be at /dev/misc/net/tun, whether that's right or wrong. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/