commit | 0347b6e95ceeb648631f89a0ced001e90e4daaa9 | [log] [tgz] |
---|---|---|
author | Matthew Garrett <mjg@redhat.com> | Thu Feb 02 15:39:50 2012 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Mar 20 21:29:52 2012 -0400 |
tree | d9af87bb6280d935f9ba628899e8494d25de7c81 | |
parent | f3922382ce930e76773fb06416a7a6081a8702ad [diff] |
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>