Re: [PATCH 108/196] Kobject: change net/bridge to use kobject_create_and_add

2008-01-28 Thread Greg KH
On Mon, Jan 28, 2008 at 11:09:24PM +0100, Jan Engelhardt wrote: > > On Jan 25 2008 09:45, Greg KH wrote: > >> > >> Okay, but where is the new kobject freed? > > > >In the call to kobject_unregister(), which has then later in the series > >been converted to a call to kobject_put(). > > > Hm,

Re: [PATCH 108/196] Kobject: change net/bridge to use kobject_create_and_add

2008-01-28 Thread Jan Engelhardt
On Jan 25 2008 09:45, Greg KH wrote: >> >> Okay, but where is the new kobject freed? > >In the call to kobject_unregister(), which has then later in the series >been converted to a call to kobject_put(). > Hm, working on LDD 3.1? :-) -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH 108/196] Kobject: change net/bridge to use kobject_create_and_add

2008-01-28 Thread Jan Engelhardt
On Jan 25 2008 09:45, Greg KH wrote: Okay, but where is the new kobject freed? In the call to kobject_unregister(), which has then later in the series been converted to a call to kobject_put(). Hm, working on LDD 3.1? :-) -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH 108/196] Kobject: change net/bridge to use kobject_create_and_add

2008-01-28 Thread Greg KH
On Mon, Jan 28, 2008 at 11:09:24PM +0100, Jan Engelhardt wrote: On Jan 25 2008 09:45, Greg KH wrote: Okay, but where is the new kobject freed? In the call to kobject_unregister(), which has then later in the series been converted to a call to kobject_put(). Hm, working on LDD 3.1?

Re: [PATCH 108/196] Kobject: change net/bridge to use kobject_create_and_add

2008-01-25 Thread Greg KH
On Fri, Jan 25, 2008 at 08:19:23AM -0800, Stephen Hemminger wrote: > On Thu, 24 Jan 2008 23:32:17 -0800 > Greg Kroah-Hartman <[EMAIL PROTECTED]> wrote: > > > The kobject in the bridge code is only used for registering with sysfs, > > not for any lifespan rules. This patch changes it to be only a

Re: [PATCH 108/196] Kobject: change net/bridge to use kobject_create_and_add

2008-01-25 Thread Stephen Hemminger
On Thu, 24 Jan 2008 23:32:17 -0800 Greg Kroah-Hartman <[EMAIL PROTECTED]> wrote: > The kobject in the bridge code is only used for registering with sysfs, > not for any lifespan rules. This patch changes it to be only a pointer > and use the simpler api for this kind of thing. > > Cc: Stephen

[PATCH 108/196] Kobject: change net/bridge to use kobject_create_and_add

2008-01-25 Thread Greg Kroah-Hartman
The kobject in the bridge code is only used for registering with sysfs, not for any lifespan rules. This patch changes it to be only a pointer and use the simpler api for this kind of thing. Cc: Stephen Hemminger <[EMAIL PROTECTED]> Cc: Kay Sievers <[EMAIL PROTECTED]> Signed-off-by: Greg

[PATCH 108/196] Kobject: change net/bridge to use kobject_create_and_add

2008-01-25 Thread Greg Kroah-Hartman
The kobject in the bridge code is only used for registering with sysfs, not for any lifespan rules. This patch changes it to be only a pointer and use the simpler api for this kind of thing. Cc: Stephen Hemminger [EMAIL PROTECTED] Cc: Kay Sievers [EMAIL PROTECTED] Signed-off-by: Greg

Re: [PATCH 108/196] Kobject: change net/bridge to use kobject_create_and_add

2008-01-25 Thread Stephen Hemminger
On Thu, 24 Jan 2008 23:32:17 -0800 Greg Kroah-Hartman [EMAIL PROTECTED] wrote: The kobject in the bridge code is only used for registering with sysfs, not for any lifespan rules. This patch changes it to be only a pointer and use the simpler api for this kind of thing. Cc: Stephen

Re: [PATCH 108/196] Kobject: change net/bridge to use kobject_create_and_add

2008-01-25 Thread Greg KH
On Fri, Jan 25, 2008 at 08:19:23AM -0800, Stephen Hemminger wrote: On Thu, 24 Jan 2008 23:32:17 -0800 Greg Kroah-Hartman [EMAIL PROTECTED] wrote: The kobject in the bridge code is only used for registering with sysfs, not for any lifespan rules. This patch changes it to be only a pointer