]> Git Repo - linux.git/commit
ipc: get rid of ipc_lock_down()
authorNadia Derbey <[email protected]>
Fri, 25 Jul 2008 08:48:03 +0000 (01:48 -0700)
committerLinus Torvalds <[email protected]>
Fri, 25 Jul 2008 17:53:42 +0000 (10:53 -0700)
commit00c2bf85d8febfcfddde63822043462b026134ff
tree25dbdf6d713408da992eace1168c45244d13c2a7
parent983bfb7db303cfde56ae5bbf4e0f2f46e38c9576
ipc: get rid of ipc_lock_down()

Remove the ipc_lock_down() routines: they used to call idr_find() locklessly
(given that the ipc ids lock was already held), so they are not needed
anymore.

Signed-off-by: Nadia Derbey <[email protected]>
Acked-by: "Paul E. McKenney" <[email protected]>
Cc: Manfred Spraul <[email protected]>
Cc: Jim Houston <[email protected]>
Cc: Pierre Peiffer <[email protected]>
Acked-by: Rik van Riel <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
ipc/shm.c
ipc/util.c
ipc/util.h
This page took 0.05429 seconds and 4 git commands to generate.