commit | 7748dbfaa010b12d5fb9ddf80199534c565c6bce | [log] [tgz] |
---|---|---|
author | Nadia Derbey <Nadia.Derbey@bull.net> | Thu Oct 18 23:40:49 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Fri Oct 19 11:53:44 2007 -0700 |
tree | c6756de4007c29fdcb405d54173a4322d48ff631 | |
parent | 7ca7e564e049d8b350ec9d958ff25eaa24226352 [diff] |
ipc: unify the syscalls code This patch introduces a change into the sys_msgget(), sys_semget() and sys_shmget() routines: they now share a common code, which is better for maintainability. 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>