diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2021-05-14 22:56:43 +0300 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2021-05-18 20:44:04 +0300 |
commit | 806d65b617d89be887fe68bfa051f78143669cd7 (patch) | |
tree | 954bf9a08905c5214d0e59f9ee6b9820262a2cd5 /fs/nfsd/trace.h | |
parent | 167145cc64ce4b4b177e636829909a6b14004f9e (diff) | |
download | linux-806d65b617d89be887fe68bfa051f78143669cd7.tar.xz |
NFSD: Add cb_lost tracepoint
Provide more clarity about when the callback channel is in trouble.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/trace.h')
-rw-r--r-- | fs/nfsd/trace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfsd/trace.h b/fs/nfsd/trace.h index 1c43e6647d1e..336dc4c45416 100644 --- a/fs/nfsd/trace.h +++ b/fs/nfsd/trace.h @@ -912,6 +912,7 @@ DEFINE_EVENT(nfsd_cb_class, nfsd_cb_##name, \ DEFINE_NFSD_CB_EVENT(setup); DEFINE_NFSD_CB_EVENT(state); +DEFINE_NFSD_CB_EVENT(lost); DEFINE_NFSD_CB_EVENT(shutdown); TRACE_DEFINE_ENUM(RPC_AUTH_NULL); |