aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trace.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_trace.h')
-rw-r--r--fs/xfs/xfs_trace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_trace.h b/fs/xfs/xfs_trace.h
index 8a6532aae779..affa38b6c576 100644
--- a/fs/xfs/xfs_trace.h
+++ b/fs/xfs/xfs_trace.h
@@ -2276,7 +2276,7 @@ DECLARE_EVENT_CLASS(xfs_defer_pending_class,
2276 ), 2276 ),
2277 TP_fast_assign( 2277 TP_fast_assign(
2278 __entry->dev = mp ? mp->m_super->s_dev : 0; 2278 __entry->dev = mp ? mp->m_super->s_dev : 0;
2279 __entry->type = dfp->dfp_type->type; 2279 __entry->type = dfp->dfp_type;
2280 __entry->intent = dfp->dfp_intent; 2280 __entry->intent = dfp->dfp_intent;
2281 __entry->committed = dfp->dfp_done != NULL; 2281 __entry->committed = dfp->dfp_done != NULL;
2282 __entry->nr = dfp->dfp_count; 2282 __entry->nr = dfp->dfp_count;