diff options
Diffstat (limited to 'fs/xfs/xfs_dinode.h')
-rw-r--r-- | fs/xfs/xfs_dinode.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/xfs/xfs_dinode.h b/fs/xfs/xfs_dinode.h index c9065eaf2a4..2a00fcc36d8 100644 --- a/fs/xfs/xfs_dinode.h +++ b/fs/xfs/xfs_dinode.h | |||
@@ -78,8 +78,7 @@ typedef struct xfs_dinode | |||
78 | xfs_dinode_core_t di_core; | 78 | xfs_dinode_core_t di_core; |
79 | /* | 79 | /* |
80 | * In adding anything between the core and the union, be | 80 | * In adding anything between the core and the union, be |
81 | * sure to update the macros like XFS_LITINO below and | 81 | * sure to update the macros like XFS_LITINO below. |
82 | * XFS_BMAP_RBLOCK_DSIZE in xfs_bmap_btree.h. | ||
83 | */ | 82 | */ |
84 | __be32 di_next_unlinked;/* agi unlinked list ptr */ | 83 | __be32 di_next_unlinked;/* agi unlinked list ptr */ |
85 | union { | 84 | union { |