[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20170128235704.45302-1-luc.vanoostenryck@gmail.com>
Date: Sun, 29 Jan 2017 00:57:04 +0100
From: Luc Van Oostenryck <luc.vanoostenryck@...il.com>
To: linux-kernel@...r.kernel.org
Cc: Luc Van Oostenryck <luc.vanoostenryck@...il.com>,
trivial@...nel.org
Subject: [PATCH] ipc/mqueue: add missing sparse annotation
CC: trivial@...nel.org
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@...il.com>
---
ipc/mqueue.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/ipc/mqueue.c b/ipc/mqueue.c
index 7a2d8f0c8..4fdd97031 100644
--- a/ipc/mqueue.c
+++ b/ipc/mqueue.c
@@ -558,6 +558,7 @@ static void wq_add(struct mqueue_inode_info *info, int sr,
*/
static int wq_sleep(struct mqueue_inode_info *info, int sr,
ktime_t *timeout, struct ext_wait_queue *ewp)
+ __releases(&info->lock)
{
int retval;
signed long time;
--
2.11.0
Powered by blists - more mailing lists