* grub-core/fs/jfs.c (grub_jfs_sblock): Fix offset to volname.
This commit is contained in:
parent
67e2bd718e
commit
c0584900ee
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-10-25 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/fs/jfs.c (grub_jfs_sblock): Fix offset to volname.
|
||||
|
||||
2011-10-25 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Read label on HFS+.
|
||||
|
|
|
@ -52,9 +52,9 @@ struct grub_jfs_sblock
|
|||
grub_uint32_t blksz;
|
||||
grub_uint16_t log2_blksz;
|
||||
|
||||
grub_uint8_t unused[71];
|
||||
grub_uint8_t unused[79];
|
||||
grub_uint8_t volname[11];
|
||||
grub_uint8_t unused2[32];
|
||||
grub_uint8_t unused2[24];
|
||||
grub_uint8_t uuid[16];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue