浏览代码

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>
Andrew Elble 9 年之前
父节点
当前提交
52618df95d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      fs/nfs/nfs4trace.h

+ 1 - 0
fs/nfs/nfs4trace.h

@@ -321,6 +321,7 @@ TRACE_EVENT(nfs4_sequence_done,
 			__entry->highest_slotid = res->sr_highest_slotid;
 			__entry->highest_slotid = res->sr_highest_slotid;
 			__entry->target_highest_slotid =
 			__entry->target_highest_slotid =
 					res->sr_target_highest_slotid;
 					res->sr_target_highest_slotid;
+			__entry->status_flags = res->sr_status_flags;
 			__entry->error = res->sr_status;
 			__entry->error = res->sr_status;
 		),
 		),
 		TP_printk(
 		TP_printk(