Re: [RFC][PATCH 1/6] Storing ipcs into IDRs

2007-09-10 Thread Andrew Morton
On Fri, 31 Aug 2007 13:24:46 +0200 [EMAIL PROTECTED] wrote: > [PATCH 01/06] > > > This patch introduces ipcs storage into IDRs. The main changes are: > . This ipc_ids structure is changed: the entries array is changed into a > root idr structure. > . The grow_ary() routine is removed:

Re: [RFC][PATCH 1/6] Storing ipcs into IDRs

2007-09-10 Thread Andrew Morton
On Fri, 31 Aug 2007 13:24:46 +0200 [EMAIL PROTECTED] wrote: [PATCH 01/06] This patch introduces ipcs storage into IDRs. The main changes are: . This ipc_ids structure is changed: the entries array is changed into a root idr structure. . The grow_ary() routine is removed: it is

Re: [RFC][PATCH 1/6] Storing ipcs into IDRs

2007-09-07 Thread Nadia Derbey
Nadia Derbey wrote: Andi Kleen wrote: [EMAIL PROTECTED] writes: This patch introduces ipcs storage into IDRs. The main changes are: . This ipc_ids structure is changed: the entries array is changed into a root idr structure. . The grow_ary() routine is removed: it is not needed

Re: [RFC][PATCH 1/6] Storing ipcs into IDRs

2007-09-07 Thread Nadia Derbey
Nadia Derbey wrote: Andi Kleen wrote: [EMAIL PROTECTED] writes: This patch introduces ipcs storage into IDRs. The main changes are: . This ipc_ids structure is changed: the entries array is changed into a root idr structure. . The grow_ary() routine is removed: it is not needed

Re: [RFC][PATCH 1/6] Storing ipcs into IDRs

2007-09-06 Thread Nadia Derbey
Andi Kleen wrote: [EMAIL PROTECTED] writes: This patch introduces ipcs storage into IDRs. The main changes are: . This ipc_ids structure is changed: the entries array is changed into a root idr structure. . The grow_ary() routine is removed: it is not needed anymore when adding an ipc

Re: [RFC][PATCH 1/6] Storing ipcs into IDRs

2007-09-03 Thread Nadia Derbey
Andi Kleen wrote: [EMAIL PROTECTED] writes: This patch introduces ipcs storage into IDRs. The main changes are: . This ipc_ids structure is changed: the entries array is changed into a root idr structure. . The grow_ary() routine is removed: it is not needed anymore when adding an ipc

Re: [RFC][PATCH 1/6] Storing ipcs into IDRs

2007-09-03 Thread Nadia Derbey
Andi Kleen wrote: [EMAIL PROTECTED] writes: This patch introduces ipcs storage into IDRs. The main changes are: . This ipc_ids structure is changed: the entries array is changed into a root idr structure. . The grow_ary() routine is removed: it is not needed anymore when adding an ipc

Re: [RFC][PATCH 1/6] Storing ipcs into IDRs

2007-09-01 Thread Andi Kleen
[EMAIL PROTECTED] writes: > This patch introduces ipcs storage into IDRs. The main changes are: > . This ipc_ids structure is changed: the entries array is changed into a > root idr structure. > . The grow_ary() routine is removed: it is not needed anymore when adding > an ipc

Re: [RFC][PATCH 1/6] Storing ipcs into IDRs

2007-09-01 Thread Andi Kleen
[EMAIL PROTECTED] writes: This patch introduces ipcs storage into IDRs. The main changes are: . This ipc_ids structure is changed: the entries array is changed into a root idr structure. . The grow_ary() routine is removed: it is not needed anymore when adding an ipc structure,