diff options
author | Manfred Spraul <manfred@colorfullife.com> | 2014-06-06 14:37:47 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-06-06 16:08:15 -0700 |
commit | 1994862dc9c16f360a9169a4d27200d15ba29713 (patch) | |
tree | 32bce71a3486a217a3b87b86ac55f9b69e75eff6 /firmware/keyspan | |
parent | 4bb6657dd3a55ab507502d82dbee9db276602669 (diff) | |
download | linux-1994862dc9c16f360a9169a4d27200d15ba29713.tar.bz2 |
ipc/sem.c: bugfix for semctl(,,GETZCNT)
GETZCNT is supposed to return the number of threads that wait until a
semaphore value becomes 0.
The current implementation overlooks complex operations that contain
both wait-for-zero operation and operations that alter at least one
semaphore.
The patch fixes that. It's intentionally copy&paste, this will be
cleaned up in the next patch.
Signed-off-by: Manfred Spraul <manfred@colorfullife.com>
Cc: Davidlohr Bueso <davidlohr.bueso@hp.com>
Cc: Michael Kerrisk <mtk.manpages@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'firmware/keyspan')
0 files changed, 0 insertions, 0 deletions