Commit 470443e0 authored by Chuck Lever's avatar Chuck Lever Committed by Anna Schumaker

xprtrdma: Squelch a sparse warning

linux/include/trace/events/rpcrdma.h:501:1: warning: expression using sizeof bool
linux/include/trace/events/rpcrdma.h:501:1: warning: odd constant _Bool cast (ffffffffffffffff becomes 1)

Fixes: ab03eff5 ("xprtrdma: Add trace points in RPC Call ... ")
Signed-off-by: default avatarChuck Lever <chuck.lever@oracle.com>
Signed-off-by: default avatarAnna Schumaker <Anna.Schumaker@Netapp.com>
parent ad091180
...@@ -509,7 +509,7 @@ TRACE_EVENT(xprtrdma_post_send, ...@@ -509,7 +509,7 @@ TRACE_EVENT(xprtrdma_post_send,
TP_STRUCT__entry( TP_STRUCT__entry(
__field(const void *, req) __field(const void *, req)
__field(int, num_sge) __field(int, num_sge)
__field(bool, signaled) __field(int, signaled)
__field(int, status) __field(int, status)
), ),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment