Files
kernel/include/linux
Nadia Derbey 7ca7e564e0 ipc: store ipcs into IDRs
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, since we are now using the IDR facility.
  . The ipc_rmid() routine interface is changed:
       . there is no need for this routine to return the pointer passed in as
         argument: it is now declared as a void
       . since the id is now part of the kern_ipc_perm structure, no need to
         have it as an argument to the routine

Signed-off-by: Nadia Derbey <Nadia.Derbey@bull.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-10-19 11:53:44 -07:00
..
2007-10-09 19:59:16 -07:00
2007-10-17 22:51:13 +02:00
2007-10-17 08:43:03 -07:00
2007-10-10 16:53:11 -07:00
2007-10-15 17:56:36 -07:00
2007-10-18 14:37:20 -07:00
2007-10-10 16:51:59 -07:00
2007-10-10 16:49:02 -07:00
2007-10-17 08:42:45 -07:00
2007-10-17 08:43:07 -07:00
2007-10-18 14:37:29 -07:00
2007-10-19 11:53:42 -07:00
2007-10-19 11:53:42 -07:00
2007-10-16 09:42:58 -07:00
2007-10-19 11:53:36 -07:00
2007-10-19 11:53:36 -07:00
2007-10-16 09:43:13 -07:00
2007-10-17 08:42:52 -07:00
2007-10-16 09:43:09 -07:00
2007-10-19 11:53:36 -07:00
2007-10-18 14:37:21 -07:00
2007-10-17 08:42:51 -07:00
2007-10-17 08:43:02 -07:00
2007-10-17 08:43:02 -07:00
2007-10-17 08:42:48 -07:00
2007-10-17 08:43:01 -07:00
2007-10-18 14:37:31 -07:00
2007-10-19 11:53:42 -07:00
2007-10-13 23:56:33 +02:00
2007-10-16 11:21:00 +02:00
2007-10-19 00:30:11 +02:00
2007-10-10 16:51:59 -07:00
2007-10-17 08:42:52 -07:00
2007-10-10 16:52:04 -07:00
2007-10-14 12:41:52 -07:00
2007-10-16 09:43:01 -07:00
2007-10-19 11:53:44 -07:00
2007-10-18 14:37:32 -07:00
2007-10-18 14:37:32 -07:00
2007-10-16 09:42:49 -07:00
2007-10-17 08:42:52 -07:00
2007-10-19 11:53:36 -07:00
2007-10-17 08:42:52 -07:00
2007-10-17 08:43:01 -07:00
2007-10-12 14:51:12 -07:00
2007-10-16 09:43:10 -07:00
2007-10-13 10:18:29 +02:00
2007-10-18 16:21:18 -04:00
2007-10-10 16:54:03 -07:00
2007-10-17 08:42:55 -07:00
2007-10-17 08:42:50 -07:00
2007-10-19 11:53:44 -07:00
2007-10-09 17:15:11 -04:00
2007-10-17 08:42:58 -07:00
2007-10-19 11:53:34 -07:00
2007-10-19 11:53:41 -07:00
2007-10-16 09:43:02 -07:00
2007-10-18 14:37:23 -07:00
2007-10-16 09:43:09 -07:00
2007-10-17 08:42:44 -07:00
2007-10-19 11:53:41 -07:00
2007-10-19 11:53:41 -07:00
2007-10-17 08:43:04 -07:00
2007-10-19 11:53:41 -07:00
2007-10-17 08:42:45 -07:00
2007-10-17 08:42:56 -07:00
2007-10-16 09:42:53 -07:00
2007-10-16 09:43:17 -07:00
2007-10-19 11:53:44 -07:00
2007-10-16 09:42:50 -07:00
2007-10-19 11:53:44 -07:00
2007-10-17 08:43:01 -07:00
2007-10-18 14:37:23 -07:00
2007-10-12 14:51:12 -07:00
2007-10-15 12:59:43 -07:00
2007-10-17 08:42:53 -07:00
2007-10-19 11:53:42 -07:00
2007-09-19 11:24:18 -07:00
2007-10-17 08:42:56 -07:00
2007-10-19 11:53:34 -07:00
2007-10-17 08:43:02 -07:00