diff options
author | Jeff Layton <jlayton@primarydata.com> | 2014-11-19 07:51:18 -0500 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2014-12-09 11:22:21 -0500 |
commit | 779fb0f3af3089daa2e88cf8ef0ef0c5d2fecb40 (patch) | |
tree | d16a4b46bc75018d45c4304f1fbf74721d7bb4de /include/trace/events | |
parent | 78b65eb3fda95c6d131c4bbb0536e21f0bd7a7d4 (diff) |
sunrpc: move rq_splice_ok flag into rq_flags
Signed-off-by: Jeff Layton <jlayton@primarydata.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'include/trace/events')
-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 355671f19a9f..5848fc235869 100644 --- a/include/trace/events/sunrpc.h +++ b/include/trace/events/sunrpc.h | |||
@@ -417,7 +417,8 @@ TRACE_EVENT(xs_tcp_data_recv, | |||
417 | { (1UL << RQ_SECURE), "RQ_SECURE"}, \ | 417 | { (1UL << RQ_SECURE), "RQ_SECURE"}, \ |
418 | { (1UL << RQ_LOCAL), "RQ_LOCAL"}, \ | 418 | { (1UL << RQ_LOCAL), "RQ_LOCAL"}, \ |
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 | 422 | ||
422 | TRACE_EVENT(svc_recv, | 423 | TRACE_EVENT(svc_recv, |
423 | TP_PROTO(struct svc_rqst *rqst, int status), | 424 | TP_PROTO(struct svc_rqst *rqst, int status), |