Skip to content

Commit 0347b6e

Browse files
Matthew GarrettAl Viro
authored andcommitted
hfsplus: change finder_info to u32
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>
1 parent f392238 commit 0347b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/hfsplus/hfsplus_raw.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ struct hfsplus_vh {
117117
__be32 write_count;
118118
__be64 encodings_bmp;
119119

120-
u8 finder_info[32];
120+
u32 finder_info[8];
121121

122122
struct hfsplus_fork_raw alloc_file;
123123
struct hfsplus_fork_raw ext_file;

0 commit comments

Comments
 (0)