Skip to content

Commit 52618df

Browse files
aweitstrondmypd
authored andcommitted
nfs: fix missing assignment in nfs4_sequence_done tracepoint
status_flags not set Signed-off-by: Andrew Elble <[email protected]> Signed-off-by: Trond Myklebust <[email protected]>
1 parent 74bf8ef commit 52618df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/nfs/nfs4trace.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ TRACE_EVENT(nfs4_sequence_done,
321321
__entry->highest_slotid = res->sr_highest_slotid;
322322
__entry->target_highest_slotid =
323323
res->sr_target_highest_slotid;
324+
__entry->status_flags = res->sr_status_flags;
324325
__entry->error = res->sr_status;
325326
),
326327
TP_printk(

0 commit comments

Comments
 (0)