From: Davidlohr Bueso Date: Mon, 8 Jul 2013 23:01:15 +0000 (-0700) Subject: ipc,msg: introduce lockless functions to obtain the ipc object X-Git-Tag: v3.11-rc1~67^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5001a0d9768568de5d613c3b3a5b9c7721299da;p=pandora-kernel.git ipc,msg: introduce lockless functions to obtain the ipc object Add msq_obtain_object() and msq_obtain_object_check(), which will allow us to get the ipc object without acquiring the lock. Just as with semaphores, these functions are basically wrappers around ipc_obtain_object*(). Signed-off-by: Davidlohr Bueso Cc: Andi Kleen Cc: Rik van Riel Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed