Skip to content

Commit

Permalink
hfsplus: change finder_info to u32
Browse files Browse the repository at this point in the history
The finder_info block in the hfsplus volume header is currently defined as
an array of 8 bit values, but TN1150 defines it as being an array of 32 bit
values. Fix for convenience.

Signed-off-by: Matthew Garrett <mjg@redhat.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
  • Loading branch information
Matthew Garrett authored and Al Viro committed Mar 21, 2012
1 parent f392238 commit 0347b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/hfsplus/hfsplus_raw.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ struct hfsplus_vh {
__be32 write_count;
__be64 encodings_bmp;

u8 finder_info[32];
u32 finder_info[8];

struct hfsplus_fork_raw alloc_file;
struct hfsplus_fork_raw ext_file;
Expand Down

0 comments on commit 0347b6e

Please sign in to comment.