We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74bf8ef commit 52618dfCopy full SHA for 52618df
fs/nfs/nfs4trace.h
@@ -321,6 +321,7 @@ TRACE_EVENT(nfs4_sequence_done,
321
__entry->highest_slotid = res->sr_highest_slotid;
322
__entry->target_highest_slotid =
323
res->sr_target_highest_slotid;
324
+ __entry->status_flags = res->sr_status_flags;
325
__entry->error = res->sr_status;
326
),
327
TP_printk(
0 commit comments