aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_inode.h')
-rw-r--r--fs/xfs/xfs_inode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_inode.h b/fs/xfs/xfs_inode.h
index ea1e24effd49..c8bb1a818a52 100644
--- a/fs/xfs/xfs_inode.h
+++ b/fs/xfs/xfs_inode.h
@@ -299,6 +299,7 @@ typedef struct xfs_inode {
299 struct hlist_node i_cnode; /* cluster link node */ 299 struct hlist_node i_cnode; /* cluster link node */
300 300
301 xfs_fsize_t i_size; /* in-memory size */ 301 xfs_fsize_t i_size; /* in-memory size */
302 atomic_t i_iocount; /* outstanding I/O count */
302 /* Trace buffers per inode. */ 303 /* Trace buffers per inode. */
303#ifdef XFS_BMAP_TRACE 304#ifdef XFS_BMAP_TRACE
304 struct ktrace *i_xtrace; /* inode extent list trace */ 305 struct ktrace *i_xtrace; /* inode extent list trace */