diff options
author | Dave Chinner <david@fromorbit.com> | 2014-03-13 19:11:06 +1100 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2014-03-13 19:11:06 +1100 |
commit | b6db0551fddfc8826bc07fc99d64d830530b2d77 (patch) | |
tree | adcd5566fc810e29888622208b5afe8c566d0f89 /fs/xfs/xfs_trace.h | |
parent | 027f185e66eb24e2ea291ff3b93c1e4bd07b85b4 (diff) | |
parent | 376ba313147b4172f3e8cf620b9fb591f3e8cdfa (diff) |
Merge branch 'xfs-collapse-range' into for-next
Diffstat (limited to 'fs/xfs/xfs_trace.h')
-rw-r--r-- | fs/xfs/xfs_trace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_trace.h b/fs/xfs/xfs_trace.h index 425dfa45b9a..a4ae41c179a 100644 --- a/fs/xfs/xfs_trace.h +++ b/fs/xfs/xfs_trace.h @@ -603,6 +603,7 @@ DEFINE_INODE_EVENT(xfs_readlink); DEFINE_INODE_EVENT(xfs_inactive_symlink); DEFINE_INODE_EVENT(xfs_alloc_file_space); DEFINE_INODE_EVENT(xfs_free_file_space); +DEFINE_INODE_EVENT(xfs_collapse_file_space); DEFINE_INODE_EVENT(xfs_readdir); #ifdef CONFIG_XFS_POSIX_ACL DEFINE_INODE_EVENT(xfs_get_acl); |