diff options
author | Dave Chinner <david@fromorbit.com> | 2015-03-25 05:12:53 +0100 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2015-03-25 05:12:53 +0100 |
commit | a448f8f1b744611fb1867ea811170cca2a9a6588 (patch) | |
tree | 288e292c7134d3d04ab1ef77cd7798a08276812c /fs/xfs/xfs_trace.h | |
parent | Merge branch 'xfs-misc-fixes-for-4.1-2' into for-next (diff) | |
parent | xfs: Add support FALLOC_FL_INSERT_RANGE for fallocate (diff) | |
download | linux-a448f8f1b744611fb1867ea811170cca2a9a6588.tar.xz linux-a448f8f1b744611fb1867ea811170cca2a9a6588.zip |
Merge branch 'fallocate-insert-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 a302738d224d..b2a45cc9eceb 100644 --- a/fs/xfs/xfs_trace.h +++ b/fs/xfs/xfs_trace.h @@ -664,6 +664,7 @@ DEFINE_INODE_EVENT(xfs_alloc_file_space); DEFINE_INODE_EVENT(xfs_free_file_space); DEFINE_INODE_EVENT(xfs_zero_file_space); DEFINE_INODE_EVENT(xfs_collapse_file_space); +DEFINE_INODE_EVENT(xfs_insert_file_space); DEFINE_INODE_EVENT(xfs_readdir); #ifdef CONFIG_XFS_POSIX_ACL DEFINE_INODE_EVENT(xfs_get_acl); |