We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc5e9b commit 5d94b19Copy full SHA for 5d94b19
fs/xfs/scrub/trace.h
@@ -479,7 +479,7 @@ DECLARE_EVENT_CLASS(xchk_dqiter_class,
479
__field(xfs_exntst_t, state)
480
),
481
TP_fast_assign(
482
- __entry->dev = cursor->sc->ip->i_mount->m_super->s_dev;
+ __entry->dev = cursor->sc->mp->m_super->s_dev;
483
__entry->dqtype = cursor->dqtype;
484
__entry->ino = cursor->quota_ip->i_ino;
485
__entry->cur_id = cursor->id;
0 commit comments