linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* drivers/net/iseries_veth.c dubious sysfs usage
@ 2007-12-05  9:30 Greg KH
  2007-12-05 11:10 ` Michael Ellerman
  0 siblings, 1 reply; 11+ messages in thread
From: Greg KH @ 2007-12-05  9:30 UTC (permalink / raw)
  To: Kyle A. Lucke, David Gibson; +Cc: linuxppc-dev, paulus, linux-kernel

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2007-12-24  5:01 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-05  9:30 drivers/net/iseries_veth.c dubious sysfs usage Greg KH
2007-12-05 11:10 ` Michael Ellerman
2007-12-05 21:41   ` Greg KH
2007-12-06  3:48     ` Michael Ellerman
2007-12-11 23:56       ` [PATCH] Introduce driver_create/remove_dir Stephen Rothwell
2007-12-12  0:40         ` Randy Dunlap
2007-12-12  2:36           ` Stephen Rothwell
2007-12-13  7:10         ` Greg KH
2007-12-13  7:08       ` drivers/net/iseries_veth.c dubious sysfs usage Greg KH
2007-12-24  2:52         ` Stephen Rothwell
2007-12-24  5:01           ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).