diff options
author | Pierre Peiffer <pierre.peiffer@bull.net> | 2008-02-08 04:18:56 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-08 09:22:26 -0800 |
commit | 4b9fcb0ec60584d639ad105c42b75a3447071e47 (patch) | |
tree | b68be0c60ca985901cd20c0b8a7321e8be07d328 /ipc/shm.c | |
parent | b2d75cddc83a349ef5633f609b9734b6b957f90f (diff) | |
download | linux-3.10-4b9fcb0ec60584d639ad105c42b75a3447071e47.tar.gz linux-3.10-4b9fcb0ec60584d639ad105c42b75a3447071e47.tar.bz2 linux-3.10-4b9fcb0ec60584d639ad105c42b75a3447071e47.zip |
IPC/semaphores: consolidate SEM_STAT and IPC_STAT commands
These commands (SEM_STAT and IPC_STAT) are rather doing the same things
(only the meaning of the id given as input and the return value differ).
However, for the semaphores, they are handled in two different places (two
different functions).
This patch consolidates this for clarification by handling these both
commands in the same place in semctl_nolock(). It also removes one unused
parameter for this function.
Signed-off-by: Pierre Peiffer <pierre.peiffer@bull.net>
Cc: Nadia Derbey <Nadia.Derbey@bull.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'ipc/shm.c')
0 files changed, 0 insertions, 0 deletions