Le 28.10.2005 01:17, Stephen Hemminger a écrit : > On Thu, 27 Oct 2005 23:12:54 +0200 > Laurent riffard wrote: > > >>A nice feature of sysfs is that it can create the symlink from the >>driver to the module that is contained in it. >> >>It requires that the device_driver.owner is set, what is not the >>case for many PCI drivers. >> >>This patch allows pci_register_driver to set automatically the >>device_driver.owner for any PCI driver. >> >>Credits to Al Viro who suggested the method. >> >>Signed-off-by: Laurent Riffard >>-- > > > Okay, but a little too much macro trickery for my taste. It was not clear to me what happened to this patch. Is it rejected? Or is it accepted as is? Or is a better version waited? So here is a new version using inline functions instead of macros. -- laurent