Linux NFS development
 help / color / mirror / Atom feed
* [PATCH] nfs: fix missing assignment in nfs4_sequence_done tracepoint
@ 2015-12-02 14:19 Andrew Elble
  0 siblings, 0 replies; only message in thread
From: Andrew Elble @ 2015-12-02 14:19 UTC (permalink / raw)
  To: linux-nfs; +Cc: Andrew Elble

status_flags not set

Signed-off-by: Andrew Elble <aweits@rit.edu>
---
 fs/nfs/nfs4trace.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fs/nfs/nfs4trace.h b/fs/nfs/nfs4trace.h
index 671cf68fe56b..4c1015462a81 100644
--- a/fs/nfs/nfs4trace.h
+++ b/fs/nfs/nfs4trace.h
@@ -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(
-- 
2.6.3


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-12-02 14:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-02 14:19 [PATCH] nfs: fix missing assignment in nfs4_sequence_done tracepoint Andrew Elble

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox