diff options
Diffstat (limited to 'fs/xfs/xfs_dir2_format.h')
-rw-r--r-- | fs/xfs/xfs_dir2_format.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/xfs/xfs_dir2_format.h b/fs/xfs/xfs_dir2_format.h index 7826782b8d78..2095e17b75cb 100644 --- a/fs/xfs/xfs_dir2_format.h +++ b/fs/xfs/xfs_dir2_format.h | |||
@@ -519,6 +519,9 @@ struct xfs_dir3_leaf { | |||
519 | 519 | ||
520 | #define XFS_DIR3_LEAF_CRC_OFF offsetof(struct xfs_dir3_leaf_hdr, info.crc) | 520 | #define XFS_DIR3_LEAF_CRC_OFF offsetof(struct xfs_dir3_leaf_hdr, info.crc) |
521 | 521 | ||
522 | extern void xfs_dir3_leaf_hdr_from_disk(struct xfs_dir3_icleaf_hdr *to, | ||
523 | struct xfs_dir2_leaf *from); | ||
524 | |||
522 | static inline int | 525 | static inline int |
523 | xfs_dir3_leaf_hdr_size(struct xfs_dir2_leaf *lp) | 526 | xfs_dir3_leaf_hdr_size(struct xfs_dir2_leaf *lp) |
524 | { | 527 | { |