Re: [PATCH] Missing usb_find_device symbol from usb.c

From: Greg KH
Date: Thu Jan 24 2008 - 15:44:52 EST


On Thu, Jan 24, 2008 at 09:00:21PM +0100, Oliver Neukum wrote:
> Am Donnerstag, 24. Januar 2008 19:03:13 schrieb Greg KH:
> > And the unplug issue at a filesystem level should be pretty trivial to
> > handle, we do it all the time in /proc and /sys and other virtual
> > filesystems (usbfs) with no problems.
>
> A discussion about lifetime rules for objects in sysfs anyone? ;->

The objects (kobjects) are now separate from the sysfs core internals,
so this should all be fixed up now :)

Anyway, sysfs is (hopefully) different from this filesystem, it should
be able to be done using all of the ramfs code, and no "special" backing
logic would be needed. Like usbfs...

And if you see problems in the usbfs implementation with regards to
lifetime rules (becides the devices file), please let me know.

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/