diff options
Diffstat (limited to 'fs/hfs/hfs.h')
| -rw-r--r-- | fs/hfs/hfs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/hfs/hfs.h b/fs/hfs/hfs.h index 1445e3a56ed..6f194d0768b 100644 --- a/fs/hfs/hfs.h +++ b/fs/hfs/hfs.h @@ -167,6 +167,9 @@ typedef union hfs_btree_key { struct hfs_ext_key ext; } hfs_btree_key; +#define HFS_MAX_CAT_KEYLEN (sizeof(struct hfs_cat_key) - sizeof(u8)) +#define HFS_MAX_EXT_KEYLEN (sizeof(struct hfs_ext_key) - sizeof(u8)) + typedef union hfs_btree_key btree_key; struct hfs_extent { |
