diff options
author | Darrick J. Wong <darrick.wong@oracle.com> | 2016-08-03 11:13:02 +1000 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2016-08-03 11:13:02 +1000 |
commit | 3cd48abcc1f76d6cd5ce61f3540801849a6c82e0 (patch) | |
tree | d58936b397d197f0ac27353a1dd2efdf3abe970d /fs/xfs/xfs_trace.c | |
parent | 4e0cc29b91a8056f902f0974b49084b07491905f (diff) | |
download | linux-3cd48abcc1f76d6cd5ce61f3540801849a6c82e0.tar.bz2 |
xfs: add tracepoints for the deferred ops mechanism
Add tracepoints for the internals of the deferred ops mechanism
and tracepoint classes for clients of the dops, to make debugging
easier.
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/xfs/xfs_trace.c')
-rw-r--r-- | fs/xfs/xfs_trace.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_trace.c b/fs/xfs/xfs_trace.c index 13a029806805..3971527c9a07 100644 --- a/fs/xfs/xfs_trace.c +++ b/fs/xfs/xfs_trace.c @@ -22,6 +22,7 @@ #include "xfs_log_format.h" #include "xfs_trans_resv.h" #include "xfs_mount.h" +#include "xfs_defer.h" #include "xfs_da_format.h" #include "xfs_inode.h" #include "xfs_btree.h" |