Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0347b6e9 authored by Matthew Garrett's avatar Matthew Garrett Committed by Al Viro
Browse files

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: default avatarMatthew Garrett <mjg@redhat.com>
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent f3922382
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;