ipc: sem_putref() does not need the semaphore lock any more
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 3 May 2013 22:22:00 +0000 (15:22 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 4 May 2013 18:24:21 +0000 (11:24 -0700)
ipc_rcu_putref() uses atomics for the refcount, and the games to lock
and unlock the semaphore just to try to keep the reference counting
working are no longer useful.

Acked-by: Davidlohr Bueso <davidlohr.bueso@hp.com>
Cc: Rik van Riel <riel@redhat.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

No differences found