diff options
| author | Jeff Layton <jlayton@primarydata.com> | 2014-11-19 07:51:15 -0500 |
|---|---|---|
| committer | J. Bruce Fields <bfields@redhat.com> | 2014-12-09 11:21:21 -0500 |
| commit | 7501cc2bcf9a71cc1f19e38775c234815ee44578 (patch) | |
| tree | cd60b136d4912a98a5efa722e4028bf5c3a29551 /include/trace | |
| parent | 4d152e2c9a6a3e3556ce5da7782a9e2836edbe0f (diff) | |
sunrpc: move rq_local field to rq_flags
Signed-off-by: Jeff Layton <jlayton@primarydata.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'include/trace')
| -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 5eb5f79d9794..98259f163cd8 100644 --- a/include/trace/events/sunrpc.h +++ b/include/trace/events/sunrpc.h | |||
| @@ -414,7 +414,8 @@ TRACE_EVENT(xs_tcp_data_recv, | |||
| 414 | 414 | ||
| 415 | #define show_rqstp_flags(flags) \ | 415 | #define show_rqstp_flags(flags) \ |
| 416 | __print_flags(flags, "|", \ | 416 | __print_flags(flags, "|", \ |
| 417 | { (1UL << RQ_SECURE), "RQ_SECURE"}) | 417 | { (1UL << RQ_SECURE), "RQ_SECURE"}, \ |
| 418 | { (1UL << RQ_LOCAL), "RQ_LOCAL"}) | ||
| 418 | 419 | ||
| 419 | TRACE_EVENT(svc_recv, | 420 | TRACE_EVENT(svc_recv, |
| 420 | TP_PROTO(struct svc_rqst *rqst, int status), | 421 | TP_PROTO(struct svc_rqst *rqst, int status), |
