From: Pierre Peiffer Date: Tue, 29 Apr 2008 08:00:35 +0000 (-0700) Subject: IPC: use ipc_buildid() directly from ipc_addid() X-Git-Tag: v2.6.26-rc1~550 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48dea404ed01869313f1908cca8a15774dcd8ee5;p=pandora-kernel.git IPC: use ipc_buildid() directly from ipc_addid() By continuing to consolidate a little the IPC code, each id can be built directly in ipc_addid() instead of having it built from each callers of ipc_addid() And I also remove shm_addid() in order to have, as much as possible, the same code for shm/sem/msg. [akpm@linux-foundation.org: coding-style fixes] Signed-off-by: Pierre Peiffer Cc: Nadia Derbey Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed