[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20071205093054.GA23229@kroah.com>
Date: Wed, 5 Dec 2007 01:30:54 -0800
From: Greg KH <greg@...ah.com>
To: "Kyle A. Lucke" <klucke@...ibm.com>, David Gibson <dwg@....ibm.com>
Cc: linux-kernel@...r.kernel.org, paulus@...ba.org,
linuxppc-dev@...abs.org
Subject: drivers/net/iseries_veth.c dubious sysfs usage
In doing a massive kobject cleanup of the kernel tree, I ran across the
iseries_veth.c driver.
It looks like the driver is creating a number of subdirectories under
the driver sysfs directory. This is odd and probably wrong. You want
these virtual connections to show up in the main sysfs device tree, not
under the driver directory.
I'll be glad to totally guess and try to move it around in the sysfs
tree, but odds are I'll get it all wrong as I can't really test this
out :)
Any hints on what this driver is trying to do in this sysfs directories?
thanks,
greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists