diff options
Diffstat (limited to 'fs/hfs/hfs.h')
-rw-r--r-- | fs/hfs/hfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/hfs/hfs.h b/fs/hfs/hfs.h index 06138ab2d..824e02be5 100644 --- a/fs/hfs/hfs.h +++ b/fs/hfs/hfs.h @@ -252,7 +252,7 @@ struct hfs_mdb { hfs_u16 free_ablocks; /* The number of unused allocation blocks in the filesystem */ - hfs_u16 alloc_blksz; /* The number of + hfs_u32 alloc_blksz; /* The number of 512-byte blocks per "allocation block" */ hfs_u16 attrib; /* Attribute word */ |