diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-06-23 03:21:15 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-06-23 03:21:15 -0400 |
commit | 58ee01007c9e00531c1280b2d99b49d29a5e9844 (patch) | |
tree | d1feb7102591a811b4458e2e209d476580ae3687 /net/sunrpc/sched.c | |
parent | 4850f26abfcac9ed28a4db5817b46dc0bfbbbae0 (diff) | |
parent | 4b972a01a7da614b4796475f933094751a295a2f (diff) |
Merge 5.2-rc6 into usb-next
We need the USB fixes in here too.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'net/sunrpc/sched.c')
-rw-r--r-- | net/sunrpc/sched.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/sunrpc/sched.c b/net/sunrpc/sched.c index bb04ae52803a..a2c114812717 100644 --- a/net/sunrpc/sched.c +++ b/net/sunrpc/sched.c | |||
@@ -250,9 +250,7 @@ static void __rpc_init_priority_wait_queue(struct rpc_wait_queue *queue, const c | |||
250 | queue->maxpriority = nr_queues - 1; | 250 | queue->maxpriority = nr_queues - 1; |
251 | rpc_reset_waitqueue_priority(queue); | 251 | rpc_reset_waitqueue_priority(queue); |
252 | queue->qlen = 0; | 252 | queue->qlen = 0; |
253 | timer_setup(&queue->timer_list.timer, | 253 | timer_setup(&queue->timer_list.timer, __rpc_queue_timer_fn, 0); |
254 | __rpc_queue_timer_fn, | ||
255 | TIMER_DEFERRABLE); | ||
256 | INIT_LIST_HEAD(&queue->timer_list.list); | 254 | INIT_LIST_HEAD(&queue->timer_list.list); |
257 | rpc_assign_waitqueue_name(queue, qname); | 255 | rpc_assign_waitqueue_name(queue, qname); |
258 | } | 256 | } |