diff options
Diffstat (limited to 'net/sunrpc/xprt.c')
-rw-r--r-- | net/sunrpc/xprt.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/sunrpc/xprt.c b/net/sunrpc/xprt.c index 70a704c44c6d..783748dc5e6f 100644 --- a/net/sunrpc/xprt.c +++ b/net/sunrpc/xprt.c | |||
@@ -1041,6 +1041,8 @@ xprt_request_enqueue_receive(struct rpc_task *task) | |||
1041 | 1041 | ||
1042 | if (!xprt_request_need_enqueue_receive(task, req)) | 1042 | if (!xprt_request_need_enqueue_receive(task, req)) |
1043 | return; | 1043 | return; |
1044 | |||
1045 | xprt_request_prepare(task->tk_rqstp); | ||
1044 | spin_lock(&xprt->queue_lock); | 1046 | spin_lock(&xprt->queue_lock); |
1045 | 1047 | ||
1046 | /* Update the softirq receive buffer */ | 1048 | /* Update the softirq receive buffer */ |