Commit eac0b1c3 authored by Luc Van Oostenryck's avatar Luc Van Oostenryck Committed by Linus Torvalds
parent 9de5ab8a
...@@ -558,6 +558,7 @@ static void wq_add(struct mqueue_inode_info *info, int sr, ...@@ -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, static int wq_sleep(struct mqueue_inode_info *info, int sr,
ktime_t *timeout, struct ext_wait_queue *ewp) ktime_t *timeout, struct ext_wait_queue *ewp)
__releases(&info->lock)
{ {
int retval; int retval;
signed long time; signed long time;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment