diff options
| author | Pierre Peiffer <[email protected]> | 2008-04-29 01:00:49 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2008-04-29 08:06:13 -0700 |
| commit | 522bb2a2b420a0c1d0fcd037aa4e1bb9e2bca447 (patch) | |
| tree | 6023efd860b807e7d50a20eebeaebe3e21d0285b /tools | |
| parent | a0d092fc2df845a43cc4847836818f49331d0a5c (diff) | |
IPC/semaphores: move the rwmutex handling inside semctl_down
semctl_down is called with the rwmutex (the one which protects the list of
ipcs) taken in write mode.
This patch moves this rwmutex taken in write-mode inside semctl_down.
This has the advantages of reducing a little bit the window during which this
rwmutex is taken, clarifying sys_semctl, and finally of having a coherent
behaviour with [shm|msg]ctl_down
Signed-off-by: Pierre Peiffer <[email protected]>
Acked-by: Serge Hallyn <[email protected]>
Cc: Nadia Derbey <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions