diff options
Diffstat (limited to 'include/trace/events/sunrpc.h')
-rw-r--r-- | include/trace/events/sunrpc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/trace/events/sunrpc.h b/include/trace/events/sunrpc.h index 08a5fed50f34..ee4438a63a48 100644 --- a/include/trace/events/sunrpc.h +++ b/include/trace/events/sunrpc.h | |||
@@ -419,7 +419,8 @@ TRACE_EVENT(xs_tcp_data_recv, | |||
419 | { (1UL << RQ_USEDEFERRAL), "RQ_USEDEFERRAL"}, \ | 419 | { (1UL << RQ_USEDEFERRAL), "RQ_USEDEFERRAL"}, \ |
420 | { (1UL << RQ_DROPME), "RQ_DROPME"}, \ | 420 | { (1UL << RQ_DROPME), "RQ_DROPME"}, \ |
421 | { (1UL << RQ_SPLICE_OK), "RQ_SPLICE_OK"}, \ | 421 | { (1UL << RQ_SPLICE_OK), "RQ_SPLICE_OK"}, \ |
422 | { (1UL << RQ_VICTIM), "RQ_VICTIM"}) | 422 | { (1UL << RQ_VICTIM), "RQ_VICTIM"}, \ |
423 | { (1UL << RQ_BUSY), "RQ_BUSY"}) | ||
423 | 424 | ||
424 | TRACE_EVENT(svc_recv, | 425 | TRACE_EVENT(svc_recv, |
425 | TP_PROTO(struct svc_rqst *rqst, int status), | 426 | TP_PROTO(struct svc_rqst *rqst, int status), |