From: Nadia Derbey Date: Fri, 25 Jul 2008 08:48:03 +0000 (-0700) Subject: ipc: get rid of ipc_lock_down() X-Git-Tag: v2.6.27-rc1~316 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00c2bf85d8febfcfddde63822043462b026134ff;p=pandora-kernel.git 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 Acked-by: "Paul E. McKenney" Cc: Manfred Spraul Cc: Jim Houston Cc: Pierre Peiffer Acked-by: Rik van Riel Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed