]> Git Repo - linux.git/commit
IPC: use ipc_buildid() directly from ipc_addid()
authorPierre Peiffer <[email protected]>
Tue, 29 Apr 2008 08:00:35 +0000 (01:00 -0700)
committerLinus Torvalds <[email protected]>
Tue, 29 Apr 2008 15:06:12 +0000 (08:06 -0700)
commit48dea404ed01869313f1908cca8a15774dcd8ee5
treec4c50c9032556cf96b21f8704e4544998769b6b9
parent02d15c43225afb2ebb6d700144285175a1c4abd9
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.

[[email protected]: coding-style fixes]
Signed-off-by: Pierre Peiffer <[email protected]>
Cc: Nadia Derbey <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
ipc/msg.c
ipc/sem.c
ipc/shm.c
ipc/util.c
This page took 0.054136 seconds and 4 git commands to generate.