SUNRPC: Expand the svc_alloc_arg_err tracepoint
[linux-2.6-microblaze.git] / net / sunrpc / svc_xprt.c
index 2c4dd7c..2106003 100644 (file)
@@ -691,7 +691,7 @@ static int svc_alloc_arg(struct svc_rqst *rqstp)
                        set_current_state(TASK_RUNNING);
                        return -EINTR;
                }
-               trace_svc_alloc_arg_err(pages);
+               trace_svc_alloc_arg_err(pages, ret);
                memalloc_retry_wait(GFP_KERNEL);
        }
        rqstp->rq_page_end = &rqstp->rq_pages[pages];