]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - ipc/sem.c
ipc/sem: do not call wake_sem_queue_do() prematurely ... as this call should obviousl...
authorDavidlohr Bueso <dave@stgolabs.net>
Wed, 14 Dec 2016 23:06:31 +0000 (15:06 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 15 Dec 2016 00:04:08 +0000 (16:04 -0800)
commit248e7357cf8ec50bdaca68dce7c488ce843b6b93
tree54ea60ba6f92ee99014c0b565ab87150eb930067
parent7a5c8b57cec93196b3e84e3cad2ff81ae0faed78
ipc/sem: do not call wake_sem_queue_do() prematurely ... as this call should obviously be paired with its _prepare()

counterpart.  At least whenever possible, as there is no harm in calling
it bogusly as we do now in a few places.  Immediate error semop(2) paths
that are far from ever having the task block can be simplified and avoid
a few unnecessary loads on their way out of the call as it is not deeply
nested.

Link: http://lkml.kernel.org/r/1474225896-10066-2-git-send-email-dave@stgolabs.net
Signed-off-by: Davidlohr Bueso <dbueso@suse.de>
Cc: Manfred Spraul <manfred@colorfullife.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
ipc/sem.c