* grub-core/fs/nilfs2.c (grub_nilfs2_load_sb): Use device size from

first superblock to find the second one when possible.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-01-25 15:09:00 +01:00
parent 9e88df393a
commit ff4479581d
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2012-01-25 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/nilfs2.c (grub_nilfs2_load_sb): Use device size from
first superblock to find the second one when possible.
2012-01-25 Vladimir Serbinenko <phcoder@gmail.com>
* util/grub-install.in: Fix an ARC bug.