Re: [Openais] [PATCH 04/13] objdb: object_created_notification() fix the order of the parent and object handles.

2010-09-24 Thread Angus Salkeld
> good for merge > Committed. ___ Openais mailing list Openais@lists.linux-foundation.org https://lists.linux-foundation.org/mailman/listinfo/openais

Re: [Openais] [PATCH 04/13] objdb: object_created_notification() fix the order of the parent and object handles.

2010-09-24 Thread Steven Dake
On 09/23/2010 06:55 PM, Angus Salkeld wrote: > No one must be using this as the parent is passed into object_handle > and visa-versa. > > Signed-off-by: Angus Salkeld > --- > exec/objdb.c |9 + > 1 files changed, 5 insertions(+), 4 deletions(-) > > diff --git a/exec/objdb.c b/exec/ob

[Openais] [PATCH 04/13] objdb: object_created_notification() fix the order of the parent and object handles.

2010-09-23 Thread Angus Salkeld
No one must be using this as the parent is passed into object_handle and visa-versa. Signed-off-by: Angus Salkeld --- exec/objdb.c |9 + 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/exec/objdb.c b/exec/objdb.c index 92b0205..ecb8547 100644 --- a/exec/objdb.c +++ b/e