]> git.baikalelectronics.ru Git - kernel.git/commit
ipc,sem: use current->state helpers
authorDavidlohr Bueso <dave@stgolabs.net>
Tue, 17 Feb 2015 21:47:55 +0000 (13:47 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 17 Feb 2015 22:34:55 +0000 (14:34 -0800)
commit08bf8009afa25ce9902370ce70ff67b78805541c
tree655044797aac54d771597565ca424acad1e2dec5
parent93f2709ecdb686806f7af1c07c9c5349a480aa0c
ipc,sem: use current->state helpers

Call __set_current_state() instead of assigning the new state directly.
These interfaces also aid CONFIG_DEBUG_ATOMIC_SLEEP environments, keeping
track of who changed the state.

Signed-off-by: Davidlohr Bueso <dbueso@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
ipc/sem.c