diff options
Diffstat (limited to 'fs/xfs/libxfs/xfs_inode_fork.h')
-rw-r--r-- | fs/xfs/libxfs/xfs_inode_fork.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/libxfs/xfs_inode_fork.h b/fs/xfs/libxfs/xfs_inode_fork.h index 60361d2d74a1..00c62ce170d0 100644 --- a/fs/xfs/libxfs/xfs_inode_fork.h +++ b/fs/xfs/libxfs/xfs_inode_fork.h | |||
@@ -14,7 +14,7 @@ struct xfs_dinode; | |||
14 | */ | 14 | */ |
15 | struct xfs_ifork { | 15 | struct xfs_ifork { |
16 | int if_bytes; /* bytes in if_u1 */ | 16 | int if_bytes; /* bytes in if_u1 */ |
17 | unsigned int if_seq; /* cow fork mod counter */ | 17 | unsigned int if_seq; /* fork mod counter */ |
18 | struct xfs_btree_block *if_broot; /* file's incore btree root */ | 18 | struct xfs_btree_block *if_broot; /* file's incore btree root */ |
19 | short if_broot_bytes; /* bytes allocated for root */ | 19 | short if_broot_bytes; /* bytes allocated for root */ |
20 | unsigned char if_flags; /* per-fork flags */ | 20 | unsigned char if_flags; /* per-fork flags */ |