diff options
author | Dave Chinner <david@fromorbit.com> | 2015-02-23 18:27:47 -0500 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2015-02-23 18:27:47 -0500 |
commit | 88e8fda99a4c99a1a6482510655dbd88cccd221b (patch) | |
tree | b5f10ecc7c99ebf3eeb7a6733c15d3930b5f8a63 /fs/xfs/xfs_trace.h | |
parent | 4225441a1eec45241efe529d23403d8ca3d1d71b (diff) | |
parent | 723cac48473358939759885a18e8df113ea96138 (diff) |
Merge branch 'xfs-mmap-lock' into for-next
Diffstat (limited to 'fs/xfs/xfs_trace.h')
-rw-r--r-- | fs/xfs/xfs_trace.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/xfs/xfs_trace.h b/fs/xfs/xfs_trace.h index 51372e34d988..b1e059b398c0 100644 --- a/fs/xfs/xfs_trace.h +++ b/fs/xfs/xfs_trace.h | |||
@@ -685,6 +685,9 @@ DEFINE_INODE_EVENT(xfs_inode_set_eofblocks_tag); | |||
685 | DEFINE_INODE_EVENT(xfs_inode_clear_eofblocks_tag); | 685 | DEFINE_INODE_EVENT(xfs_inode_clear_eofblocks_tag); |
686 | DEFINE_INODE_EVENT(xfs_inode_free_eofblocks_invalid); | 686 | DEFINE_INODE_EVENT(xfs_inode_free_eofblocks_invalid); |
687 | 687 | ||
688 | DEFINE_INODE_EVENT(xfs_filemap_fault); | ||
689 | DEFINE_INODE_EVENT(xfs_filemap_page_mkwrite); | ||
690 | |||
688 | DECLARE_EVENT_CLASS(xfs_iref_class, | 691 | DECLARE_EVENT_CLASS(xfs_iref_class, |
689 | TP_PROTO(struct xfs_inode *ip, unsigned long caller_ip), | 692 | TP_PROTO(struct xfs_inode *ip, unsigned long caller_ip), |
690 | TP_ARGS(ip, caller_ip), | 693 | TP_ARGS(ip, caller_ip), |