nfs: fix missing assignment in nfs4_sequence_done tracepoint
status_flags not set Signed-off-by: Andrew Elble <aweits@rit.edu> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
This commit is contained in:
parent
74bf8efb5f
commit
52618df95d
|
@ -321,6 +321,7 @@ TRACE_EVENT(nfs4_sequence_done,
|
|||
__entry->highest_slotid = res->sr_highest_slotid;
|
||||
__entry->target_highest_slotid =
|
||||
res->sr_target_highest_slotid;
|
||||
__entry->status_flags = res->sr_status_flags;
|
||||
__entry->error = res->sr_status;
|
||||
),
|
||||
TP_printk(
|
||||
|
|
Loading…
Reference in New Issue