]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
ipc/sem: use proper list api for pending_list wakeups
authorDavidlohr Bueso <dave@stgolabs.net>
Wed, 14 Dec 2016 23:06:43 +0000 (15:06 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 15 Dec 2016 00:04:08 +0000 (16:04 -0800)
commitf150f02cfbc7b6b980e260856555abd73235a6b0
treed7872d6961c6c9f72598089c716aab16404085d0
parent4663d3e8f21652f33c698fcc2bf20f61499d9c3e
ipc/sem: use proper list api for pending_list wakeups

... saves some LoC and looks cleaner than re-implementing the calls.

Link: http://lkml.kernel.org/r/1474225896-10066-6-git-send-email-dave@stgolabs.net
Signed-off-by: Davidlohr Bueso <dbueso@suse.de>
Acked-by: 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