diff options
Diffstat (limited to 'fs/xfs/xfs_inode.h')
-rw-r--r-- | fs/xfs/xfs_inode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_inode.h b/fs/xfs/xfs_inode.h index 3af1f6dd1498..2a69a7dee228 100644 --- a/fs/xfs/xfs_inode.h +++ b/fs/xfs/xfs_inode.h | |||
@@ -245,7 +245,7 @@ typedef struct xfs_inode { | |||
245 | #ifdef XFS_BMAP_TRACE | 245 | #ifdef XFS_BMAP_TRACE |
246 | struct ktrace *i_xtrace; /* inode extent list trace */ | 246 | struct ktrace *i_xtrace; /* inode extent list trace */ |
247 | #endif | 247 | #endif |
248 | #ifdef XFS_BMBT_TRACE | 248 | #ifdef XFS_BTREE_TRACE |
249 | struct ktrace *i_btrace; /* inode bmap btree trace */ | 249 | struct ktrace *i_btrace; /* inode bmap btree trace */ |
250 | #endif | 250 | #endif |
251 | #ifdef XFS_RW_TRACE | 251 | #ifdef XFS_RW_TRACE |