diff options
Diffstat (limited to 'fs/xfs/xfs_trace.h')
| -rw-r--r-- | fs/xfs/xfs_trace.h | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/fs/xfs/xfs_trace.h b/fs/xfs/xfs_trace.h index 6b6df5802e9..bb134a81993 100644 --- a/fs/xfs/xfs_trace.h +++ b/fs/xfs/xfs_trace.h @@ -733,11 +733,10 @@ DEFINE_EVENT(xfs_dquot_class, name, \  DEFINE_DQUOT_EVENT(xfs_dqadjust);  DEFINE_DQUOT_EVENT(xfs_dqreclaim_want);  DEFINE_DQUOT_EVENT(xfs_dqreclaim_dirty); -DEFINE_DQUOT_EVENT(xfs_dqreclaim_unlink); +DEFINE_DQUOT_EVENT(xfs_dqreclaim_busy); +DEFINE_DQUOT_EVENT(xfs_dqreclaim_done);  DEFINE_DQUOT_EVENT(xfs_dqattach_found);  DEFINE_DQUOT_EVENT(xfs_dqattach_get); -DEFINE_DQUOT_EVENT(xfs_dqinit); -DEFINE_DQUOT_EVENT(xfs_dqreuse);  DEFINE_DQUOT_EVENT(xfs_dqalloc);  DEFINE_DQUOT_EVENT(xfs_dqtobp_read);  DEFINE_DQUOT_EVENT(xfs_dqread);  |