]> Git Repo - linux.git/commit - ipc/sem.c
ipc,sem: open code and rename sem_lock
authorRik van Riel <[email protected]>
Wed, 1 May 2013 02:15:35 +0000 (19:15 -0700)
committerLinus Torvalds <[email protected]>
Wed, 1 May 2013 15:12:58 +0000 (08:12 -0700)
commitc460b662d5cae467f1c341c59b02a5c5e68fed0b
tree0cc2f44f5a0abd0a7a143d8bd57630e27bc52311
parent16df3674efe39f3ab63e7052f1244dd3d50e7f84
ipc,sem: open code and rename sem_lock

Rename sem_lock() to sem_obtain_lock(), so we can introduce a sem_lock()
later that only locks the sem_array and does nothing else.

Open code the locking from ipc_lock() in sem_obtain_lock() so we can
introduce finer grained locking for the sem_array in the next patch.

[[email protected]: propagate the ipc_obtain_object() errno out of sem_obtain_lock()]
Signed-off-by: Rik van Riel <[email protected]>
Acked-by: Davidlohr Bueso <[email protected]>
Cc: Chegu Vinod <[email protected]>
Cc: Emmanuel Benisty <[email protected]>
Cc: Jason Low <[email protected]>
Cc: Michel Lespinasse <[email protected]>
Cc: Peter Hurley <[email protected]>
Cc: Stanislav Kinsbursky <[email protected]>
Tested-by: Sedat Dilek <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
ipc/sem.c
This page took 0.054579 seconds and 4 git commands to generate.