projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74bf8ef
)
nfs: fix missing assignment in nfs4_sequence_done tracepoint
author
Andrew Elble
<aweits@rit.edu>
Wed, 2 Dec 2015 14:19:43 +0000
(09:19 -0500)
committer
Trond Myklebust
<trond.myklebust@primarydata.com>
Mon, 28 Dec 2015 14:57:08 +0000
(09:57 -0500)
status_flags not set
Signed-off-by: Andrew Elble <aweits@rit.edu>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/nfs4trace.h
patch
|
blob
|
blame
|
history
diff --git
a/fs/nfs/nfs4trace.h
b/fs/nfs/nfs4trace.h
index 671cf68fe56bed7a457fddd4ccdd5913509ff1bd..4c1015462a81dddc4232b8ec5814d316cac1b5f8 100644
(file)
--- 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(