Skip to content

Commit

Permalink
nfs: fix missing assignment in nfs4_sequence_done tracepoint
Browse files Browse the repository at this point in the history
status_flags not set

Signed-off-by: Andrew Elble <[email protected]>
Signed-off-by: Trond Myklebust <[email protected]>
  • Loading branch information
aweits authored and trondmypd committed Dec 28, 2015
1 parent 74bf8ef commit 52618df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/nfs/nfs4trace.h
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 52618df

Please sign in to comment.