All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged] ipcmsg-drop-msg_unlock.patch removed from -mm tree
@ 2013-09-12 19:50 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2013-09-12 19:50 UTC (permalink / raw)
  To: mm-commits, sedat.dilek, riel, manfred, davidlohr.bueso

Subject: [merged] ipcmsg-drop-msg_unlock.patch removed from -mm tree
To: davidlohr.bueso@hp.com,manfred@colorfullife.com,riel@redhat.com,sedat.dilek@gmail.com,mm-commits@vger.kernel.org
From: akpm@linux-foundation.org
Date: Thu, 12 Sep 2013 12:50:57 -0700


The patch titled
     Subject: ipc,msg: drop msg_unlock
has been removed from the -mm tree.  Its filename was
     ipcmsg-drop-msg_unlock.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
From: Davidlohr Bueso <davidlohr.bueso@hp.com>
Subject: ipc,msg: drop msg_unlock

There is only one user left, drop this function and just call
ipc_unlock_object() and rcu_read_unlock().

Signed-off-by: Davidlohr Bueso <davidlohr.bueso@hp.com>
Tested-by: Sedat Dilek <sedat.dilek@gmail.com>
Cc: Rik van Riel <riel@redhat.com>
Cc: Manfred Spraul <manfred@colorfullife.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 ipc/msg.c |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff -puN ipc/msg.c~ipcmsg-drop-msg_unlock ipc/msg.c
--- a/ipc/msg.c~ipcmsg-drop-msg_unlock
+++ a/ipc/msg.c
@@ -70,8 +70,6 @@ struct msg_sender {
 
 #define msg_ids(ns)	((ns)->ids[IPC_MSG_IDS])
 
-#define msg_unlock(msq)		ipc_unlock(&(msq)->q_perm)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-09-12 19:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-12 19:50 [merged] ipcmsg-drop-msg_unlock.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.